log src/editfns.c @ 5401:4486ba63476b

age author description
Tue, 29 Mar 2011 15:59:56 -0600 Jerry James Make listu() and listn() assemble lists in forward order. Use them.
Sun, 05 Sep 2010 19:22:37 +0100 Aidan Kehoe Add a couple of extra docstring backslashes, #'format-time-string
Thu, 02 Sep 2010 12:00:06 +0100 Aidan Kehoe Support Roman month numbers, #'format-time-string
Fri, 05 Feb 2010 11:25:00 -0600 Ben Wing Automatic merge
Fri, 05 Feb 2010 11:02:24 -0600 Ben Wing Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Mon, 01 Feb 2010 01:05:28 -0600 Ben Wing merge
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Tue, 12 Jan 2010 01:38:04 -0600 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Mon, 09 Nov 2009 18:00:10 +0000 Aidan Kehoe Fix Win32 native build after my DEFAULT_DIRECTORY_FALLBACK change, thanks Vin!
Sun, 08 Nov 2009 17:27:26 +0000 Aidan Kehoe No need to fatal () on startup if $PWD doesn't exist; chdir to "/" instead.