summaryrefslogtreecommitdiff
path: root/lisp/sort.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (sort-fields-syntax-table): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* Reword comment.Juanma Barranquero2006-11-031-4/+2
|
* Installed [mark@mcs.vuw.ac.nz: sort-columns fails on NetBSD] patchRamprasad B2006-11-031-1/+4
|
* (sort-build-lists): Don't bind inhibit-field-text-motionKenichi Handa2006-04-041-29/+34
| | | | | | here. (sort-lines, sort-numeric-fields, sort-fields, sort-columns): Temporarily bind inhibit-field-text-motion to t.
* (sort-build-lints): Add comment.Kenichi Handa2006-03-171-0/+2
|
* (sort-build-lists): Temporarily bindKenichi Handa2006-03-161-0/+1
| | | | inhibit-field-text-motion to t.
* (sort-columns): Use Posix arg syntax for `sort'.Richard M. Stallman2006-02-211-2/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (sort-columns): Remove ms-dos from the list of systemsEli Zaretskii2004-03-071-1/+1
| | | | where the external `sort' command is not used.
* (sort-columns): Don't use external 'sort' on ms-windows. Otherwise,Richard M. Stallman2004-03-051-6/+17
| | | | do use it if the region only contains font-lock text properties.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (sort-subr): Add `predicate' arg. Remove `sortcar' code.Stefan Monnier2003-06-021-37/+26
|
* (sort-reorder-buffer): Fix saving of markers at the end of the sorted region.Juanma Barranquero2003-04-021-9/+6
|
* Remove redundant docstring info.Stefan Monnier2003-02-101-1/+0
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
|
* (sort-regexp-fields): pass noerror toKarl Berry2003-01-091-2/+2
| | | | | re-search-forward, so that we don't fail if no records match record-regexp.
* (sort-reorder-buffer): Don't assume point-min == 1.Stefan Monnier2002-04-121-4/+2
|
* (sort-reorder-buffer): Copy all to a temp buffer first.Richard M. Stallman2001-12-231-29/+39
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (sort-columns): Fix error message.Gerd Moellmann2000-12-151-1/+1
|
* (sort-columns): Don't concat strings with numbers.Stefan Monnier2000-11-291-5/+5
|
* (sort-columns): If sort-fold-case it non-nil, invokeGerd Moellmann2000-11-161-6/+8
| | | | sort(1) with the `-f' argument.
* (sort-numeric-base): New option.Gerd Moellmann2000-01-281-11/+25
| | | | | | (sort-numeric-fields): If number starts with `0' or `0[xX[', interpret it as octal or hexadecimal. Use sort-numeric-base as default base.
* Customized.Richard M. Stallman1997-08-181-2/+8
|
* Many doc fixes.Richard M. Stallman1996-12-271-9/+21
| | | | | (sort-regexp-fields): Don't test for buffer-substring-lessp; always return a pair of bounds.
* (sort-columns): Don't use `sort' utility if the text has text properties.Richard M. Stallman1996-12-101-1/+5
|
* 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
|