mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
* admin/merge-gnulib (GNULIB_MODULES): Add filevercmp. * doc/lispref/strings.texi (Text Comparison): * etc/NEWS, src/fns.c: * test/src/fns-tests.el (fns-tests-string-version-lessp): Rename newly-introduced function to string-version-lessp, by analogy with strverscmp. * lib/filevercmp.c, lib/filevercmp.h: New files, copied from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * src/fns.c: Include <filevercmp.h>. (gather_number_from_string): Remove. (Fstring_version_lessp): Reimplement via filevercmp. |
||
|---|---|---|
| .. | ||
| alloc-tests.el | ||
| buffer-tests.el | ||
| cmds-tests.el | ||
| data-tests.el | ||
| decompress-tests.el | ||
| fns-tests.el | ||
| inotify-tests.el | ||
| keymap-tests.el | ||
| print-tests.el | ||
| xml-tests.el | ||