]> git.wh0rd.org Git - nano.git/shortlog
nano.git
2016-03-14 Benno SchulenbergAvoiding to dereference a possible NULL.
2016-03-13 Benno SchulenbergGiving a central variable a ringing name --
2016-03-13 Benno SchulenbergRenaming a variable, from 'endcolor' to 'lastcolor...
2016-03-13 Benno SchulenbergCombining the regular-expression flags at compile time...
2016-03-13 Benno SchulenbergAllowing the use of word boundary markers \< and \...
2016-03-13 Benno SchulenbergMentioning SVN instead of CVS, in the docs and in a...
2016-03-12 Benno SchulenbergRefinding the tail of the colors list only when extending,
2016-03-12 Benno SchulenbergRenaming a variable.
2016-03-12 Benno SchulenbergReducing the indentation by short-circuiting a loop.
2016-03-12 Benno SchulenbergRenaming two functions, to be more distinguishable --
2016-03-12 Benno SchulenbergTweaking the Changelog a bit, and the NEWS file (double...
2016-03-12 Benno SchulenbergUnnesting two ifs -- to put filenames, headerlines...
2016-03-12 Benno SchulenbergSetting the syntax and regex pointers just once, in...
2016-03-11 Benno SchulenbergFixing compilation when configured with --enable-tiny...
2016-03-11 Benno SchulenbergChecking for an open syntax first, before checking...
2016-03-11 Benno SchulenbergEliding a variable.
2016-03-11 Benno SchulenbergTweaking some comments and reshuffling/reindenting...
2016-03-11 Benno SchulenbergFixing compilation when configured with --enable-tiny...
2016-03-10 Benno SchulenbergRenaming a variable to better fit its new role.
2016-03-10 Benno SchulenbergTurning the linked list of syntaxes upside-down, so...
2016-03-10 Benno SchulenbergEliding the functions parse_header_exp() and parse_magi...
2016-03-10 Benno SchulenbergFolding the parsing of a linter and formatter command...
2016-03-10 Benno SchulenbergNot accepting 'header" and 'magic' commands for the...
2016-03-09 Benno SchulenbergUsing the grab_and_store() function also for gathering...
2016-03-09 Benno SchulenbergProducing an adequate error message when the syntax...
2016-03-04 Benno SchulenbergTweaking a few things and renaming a variable.
2016-03-04 Benno SchulenbergRenaming three variables.
2016-03-04 Benno SchulenbergEliding the now too tiny function free_list_item().
2016-03-04 Benno SchulenbergDeleting a now-unused struct member.
2016-03-04 Benno SchulenbergNot bothering to keep the compiled regular expression...
2016-03-01 Benno SchulenbergAllowing to select an empty syntax. And selecting...
2016-03-01 Benno SchulenbergNot bothering to discard a duplicate syntax -- selectin...
2016-02-29 Benno SchulenbergNot dereferencing symlinks, so that the syntax will...
2016-02-29 Benno SchulenbergFixing breakage of r5695 -- I confused nregcomp() with...
2016-02-29 Benno SchulenbergRenaming a variable and reshuffling a few lines.
2016-02-29 Benno Schulenberg"Closing" an extended syntax again, to prevent sneakily...
2016-02-29 Benno SchulenbergArranging some things more orderly.
2016-02-29 Benno SchulenbergNot allocating a struct for the "none" syntax -- it...
2016-02-29 Benno SchulenbergRenaming a struct member.
2016-02-28 Benno SchulenbergDisallowing the addition of further things to a syntax...
2016-02-28 Benno SchulenbergRearranging a few things in my style.
2016-02-28 Benno SchulenbergNot dropping regexes that were gathered earlier.
2016-02-28 Benno SchulenbergRenaming a variable and fusing an increment.
2016-02-28 Benno SchulenbergUsing the now correct parsing of header regexes also...
2016-02-28 Benno SchulenbergNot continuing when something is wrong, but instead...
2016-02-26 Benno SchulenbergRenaming another struct element, because it refers...
2016-02-26 Benno SchulenbergRenaming a struct element for aptness and contrast.
2016-02-26 Benno SchulenbergEliding the function nfreeregex(), now used just once.
2016-02-26 Benno SchulenbergRenaming a variable for conciseness.
2016-02-26 Benno SchulenbergFactoring out a triple repetition into found_in_list().
2016-02-26 Benno SchulenbergStripping things bare to see the sameness.
2016-02-26 Benno SchulenbergLooking for the default syntax only when all else failed --
2016-02-26 Benno SchulenbergBack to SVN, and tweaking whitespace in NEWS and Changelog.
2016-02-26 Benno SchulenbergCorrecting the description of 'justifytrim', adding...
2016-02-25 Chris AllegrettaGNU nano 2.5.3 release v2.5.3
2016-02-25 Chris AllegrettaCall kill_spaces_on_justify justifytrim, to match the...
2016-02-25 Benno SchulenbergEliding splice_opennode() by handling the two cases...
2016-02-25 Benno SchulenbergNow putting things in the proper order: setting 'prev_d...
2016-02-25 Benno SchulenbergPlugging a memory leak by not copying a string twice.
2016-02-24 Chris AllegrettaTweak KILL_TRAILING_SPACES. Still deciding on name...
2016-02-23 Benno SchulenbergTweaking the Changelog.
2016-02-23 Benno SchulenbergRewrapping and reshuffling some lines.
2016-02-23 Benno SchulenbergCentering the cursor when the thing being undone or...
2016-02-23 Benno SchulenbergNot moving the cursor when copying a backwardly marked...
2016-02-23 Benno SchulenbergRenaming a variable, for contrast and correctness.
2016-02-22 Benno SchulenbergUsing the correct column number also when messages...
2016-02-22 Benno SchulenbergShowing the cursor in the edit window when linting.
2016-02-22 Benno SchulenbergMaking the cursor visible again after a justification...
2016-02-22 Benno SchulenbergAs the charmove() already copies the terminating null...
2016-02-22 Chris AllegrettaMake that kill_spaces_on_justify, add hilighting.
2016-02-22 Chris Allegretta2016-02-22 Chris Allegretta <chrisa@asty.org>
2016-02-22 Benno SchulenbergEliding a variable -- there is no need to optimize...
2016-02-22 Benno SchulenbergNot moving too many bytes -- that is: not moving them...
2016-02-22 Benno SchulenbergSorting the prev_word() and next_word() functions in...
2016-02-22 Benno SchulenbergThe amount to scroll is never zero, so there is no...
2016-02-22 Benno SchulenbergCondensing some code by factoring out a repetition.
2016-02-22 Benno SchulenbergEliding the function free_openfilestruct() as it is...
2016-02-21 Benno SchulenbergRemoving four unneeded checks for NULL.
2016-02-21 Benno SchulenbergNot requiring a third Tab to show the list of possible...
2016-02-20 Benno SchulenbergReducing an allocation to what is actually needed.
2016-02-20 Benno SchulenbergParsing a character in the correct buffer: in the first...
2016-02-20 Benno SchulenbergAvoiding a memory leak when tabbing on a string that...
2016-02-18 Benno SchulenbergDeleting a debugging leftover.
2016-02-18 Benno SchulenbergAllowing the parameter of free_filestruct() to be NULL,
2016-02-18 Benno SchulenbergFixing Savannah bug #47127 the proper way,
2016-02-16 Benno SchulenbergDeleting two dead prototypes, adjusting two comments...
2016-02-16 Benno SchulenbergDeleting a redundant assignment. The multidata pointer...
2016-02-15 Benno SchulenbergAvoiding the loss a buffer when getcwd() fails.
2016-02-15 Benno SchulenbergFreeing not just the struct but also the data it contains,
2016-02-14 Benno SchulenbergSaying that the 2.5 branch is a "rolling" release,...
2016-02-14 Benno SchulenbergRenaming and condensing some stuff, and correcting...
2016-02-14 Benno SchulenbergDoing the copying of typed stuff from input to output...
2016-02-14 Benno SchulenbergRestoring the mentioned behavior also for the internal...
2016-02-14 Benno SchulenbergMaking the iteration through replacement matches behave...
2016-02-13 Benno SchulenbergSwitching the cursor on and off at the appropriate...
2016-02-13 Benno SchulenbergAllocating enough space for printing out the line and...
2016-02-13 Benno SchulenbergRebuilding the file list only when necessary, and not...
2016-02-12 Chris AllegrettaBack to SVN, and fix typo in NEWS
2016-02-12 Chris AllegrettaGNU nano 2.5.2 release v2.5.2
2016-02-11 Benno SchulenbergMaking the formatter command more visible in the Go...
next