2005-06-12 |
David Lawrence... | more formatting fixes |
commit | commitdiff | tree | snapshot |
2005-06-12 |
David Lawrence... | cosmetic and formatting fixes |
commit | commitdiff | tree | snapshot |
2005-06-12 |
David Lawrence... | add macro charset(), a wrapper that calls memset()... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
David Lawrence... | in resize_variables(), use sizeof(char) in the memset... |
commit | commitdiff | tree | snapshot |
2005-06-12 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2005-06-10 |
David Lawrence... | in display_string(), don't check for multicolumn charac... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
David Lawrence... | in color_to_int(), assert that colorname isn't NULL... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
David Lawrence... | in disable_extended_input(), disable extended output... |
commit | commitdiff | tree | snapshot |
2005-06-09 |
David Lawrence... | formatting fixes |
commit | commitdiff | tree | snapshot |
2005-06-09 |
David Lawrence... | in parse_colors(), properly generate an error if we... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | update documentation for the "color" regex |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | in parse_colors(), properly parse a background color... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | make parse_line_column() consistent with the color... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | cosmetic fix |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | revert the conversion of each line to a valid multibyte... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | clarify changelog entry |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | when reading a file in, make sure each line is a valid... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | in doc/faq.html, update the question about the FAQ... |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | typo fix |
commit | commitdiff | tree | snapshot |
2005-06-08 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Jordi Mallach | Fix French mandir. |
commit | commitdiff | tree | snapshot |
2005-06-07 |
David Lawrence... | fix erroneous #ifdef that caused a compilation problem... |
commit | commitdiff | tree | snapshot |
2005-06-07 |
David Lawrence... | preemptively update the version number |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | add else's |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | in do_insertfile(), set i to 0 when we get a filename... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | add missing blank line |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | in shortcut_init(), remove unnecessary "Refresh" placeh... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | in do_yesno(), allow refreshing the screen via Ctrl... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | in die(), if the current filestruct's been partitioned... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | in do_replace_loop(), when moving to the next match... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | fix another memory corruption problem in display_string... |
commit | commitdiff | tree | snapshot |
2005-06-06 |
David Lawrence... | add const |
commit | commitdiff | tree | snapshot |
2005-06-05 |
David Lawrence... | make parse_line_column() more consistent: don't return... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
David Lawrence... | various umask-related cleanups |
commit | commitdiff | tree | snapshot |
2005-06-05 |
David Lawrence... | formatting fix |
commit | commitdiff | tree | snapshot |
2005-06-05 |
David Lawrence... | in safe_tempfile(), open a newly created temporary... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
David Lawrence... | move check_linenumbers() down so that it's near the... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
David Lawrence... | remove unneeded blank line |
commit | commitdiff | tree | snapshot |
2005-06-04 |
David Lawrence... | remove erroneous extra prototype |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | fix #ifdef |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | for consistency, remove -R/--regexp command line option... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | remove erroneous if block in update_history() preventin... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | really fix bad #ifdefs; history functions are left... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | fix more bad #ifdefs |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | remove now-unnecessary null_at() |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | typo fix |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | in configure.ac, don't refer to the built-in file brows... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | fix #ifdefs so the tiny version of nano compiles again... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2005-06-02 |
David Lawrence... | define last_kbinput inside the right #ifdef block |
commit | commitdiff | tree | snapshot |
2005-06-02 |
David Lawrence... | readd tab completion of history strings, with a few... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
David Lawrence... | fix more bad #ifdefs, and add a few formatting fixes |
commit | commitdiff | tree | snapshot |
2005-06-02 |
David Lawrence... | typo fix |
commit | commitdiff | tree | snapshot |
2005-06-02 |
David Lawrence... | fix mismatched #ifdefs |
commit | commitdiff | tree | snapshot |
2005-06-01 |
David Lawrence... | clarify a comment, and don't try to display the buffer... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
David Lawrence... | add missing blank line |
commit | commitdiff | tree | snapshot |
2005-05-31 |
David Lawrence... | rework the file-writing routines so that they can work... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
David Lawrence... | formatting fix |
commit | commitdiff | tree | snapshot |
2005-05-31 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2005-05-31 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-05-30 |
David Lawrence... | add documentation updates for -E/--backupdir's new... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
David Lawrence... | in die(), tweak the message displayed when a backup... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
David Lawrence... | when using a backup directory, make sure all the filena... |
commit | commitdiff | tree | snapshot |
2005-05-28 |
David Lawrence... | fix mismatched subscript |
commit | commitdiff | tree | snapshot |
2005-05-28 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-05-28 |
David Lawrence... | miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2005-05-27 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-05-27 |
David Lawrence... | add multibyte/wide character support to input_tab(... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
David Lawrence... | document bool fix |
commit | commitdiff | tree | snapshot |
2005-05-27 |
David Lawrence... | bool fix |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | revert last change for now, as it breaks the display... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | in input_tab(), make sure that we don't set *place... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | formatting fixes |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | yet another comment fix |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | typo fix |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | more miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | port over DB's (better) equivalent of the last fix... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | remove redundancy |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | remove unneeded blank line |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | fix changelog entry |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | remove redundancy |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | really fix one of the last fixes |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | add various fixes to avoid a hang and several potential... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | another comment fix |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | replace all instances of strncpy() with charcpy(),... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | more miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2005-05-26 |
David Lawrence... | fix inaccurate comments |
commit | commitdiff | tree | snapshot |
2005-05-25 |
David Lawrence... | really fix the off-by-one errors in LINE,COLUMN parsing... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
David Lawrence... | in configure.ac, add minor tweaks to some of the test... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
David Lawrence... | fix one last off-by-one error that occurs when do_gotol... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2005-05-23 |
David Lawrence... | oops; free magichistory *properly* when we don't need... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
David Lawrence... | free magichistory when we don't need it anymore |
commit | commitdiff | tree | snapshot |
2005-05-23 |
David Lawrence... | overhaul the history code to work more consistently... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Jordi Mallach | Updated French from the TP. |
commit | commitdiff | tree | snapshot |
2005-05-22 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2005-05-21 |
David Lawrence... | in save_history(), properly save history when in view... |
commit | commitdiff | tree | snapshot |
next |