summaryrefslogtreecommitdiff
path: root/lisp/sort.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-4/+5
|
* (sort-regexp-fields): Doc fix.Richard M. Stallman1995-11-251-3/+3
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (sort-regexp-fields-next-record): New subroutine.Richard M. Stallman1995-02-151-6/+23
| | | | | | | | | If the first search does not advance point and finds an empty match, skip one char and search again. (sort-regexp-fields): Use that subroutine. Bind sort-regexp-fields-regexp, for sort-regexp-fields-next-record. (sort-regexp-fields-regexp): Declared. (sort-regexp-record-end): Declared.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (sort-subr): Use car-less-than-car when appropriate.Richard M. Stallman1994-04-201-3/+1
|
* (sort-subr): Add autoload.Richard M. Stallman1994-03-231-0/+1
|
* (sort-paragraphs): Use proper paragraph definition instead of just checkingKarl Heuer1994-02-021-1/+4
| | | | for whitespace.
* (sort-float-fields): Commented out.Richard M. Stallman1994-01-031-22/+21
|
* Minor error in previous change.Richard M. Stallman1993-07-231-1/+0
|
* (sort-skip-fields): Really implement fields as runsRichard M. Stallman1993-07-231-16/+34
| | | | | | of nonwhitespace chars. (sort-fields, sort-float-fields, sort-numeric-fields): Don't subtract 1 when calling sort-skip-fields.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (sort-fold-case): New variable.Richard M. Stallman1993-06-011-1/+5
| | | | (sort-subr): Bind case-fold-search from sort-fold-case.
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+5
|
* * sort.el (sort-float-fields, sort-numeric-fields): UseJim Blandy1993-03-151-2/+4
| | | | | | | | string-to-number, not string-to-float or string-to-int. * sort.el (sort-float-fields): Make this autoloaded. * sort.el (sort-numeric-fields): Doc fix.
* * sort.el (sort-float-fields): Use string-to-number, notJim Blandy1993-03-151-1/+1
| | | | string-to-float.
* (sort-subr): Fix previous change.Richard M. Stallman1993-02-071-4/+4
|
* (sort-build-lists): Record the key as pair of positions;Richard M. Stallman1993-02-071-5/+9
| | | | | don't copy string from buffer. (sort-subr): Use compare-buffer-substrings.
* (sort-subr): Doc fixes.Richard M. Stallman1993-02-031-3/+3
|
* entered into RCSJim Blandy1992-08-191-16/+17
|
* *** empty log message ***Richard M. Stallman1992-08-181-38/+40
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* *** empty log message ***Jim Blandy1991-05-091-0/+8
|
* *** empty log message ***root1990-12-111-1/+1
|
* *** empty log message ***Richard M. Stallman1990-12-101-13/+9
|
* *** empty log message ***root1990-08-281-14/+78
|
* Initial revisionRichard M. Stallman1990-06-291-0/+378