log src/fns.c @ 83530:46b1096093f5

age author description
Mon, 12 Jun 2006 07:27:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Wed, 19 Apr 2006 16:23:46 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 01 Apr 2006 13:24:42 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Tue, 03 Jan 2006 01:50:46 +0000 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
Thu, 29 Dec 2005 04:46:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 681)
Mon, 19 Dec 2005 19:57:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
Sun, 23 Oct 2005 22:47:29 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 610-614)
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Sun, 11 Sep 2005 06:42:03 +0000 Karoly Lorentey Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
Sun, 11 Sep 2005 03:15:42 +0000 Karoly Lorentey Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 11 Jul 2007 15:26:24 +0000 Stefan Monnier * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
Tue, 10 Jul 2007 15:40:06 +0000 Stefan Monnier (map_char_table): Use an array of int for `indices' rather than
Fri, 08 Jun 2007 20:11:56 +0000 Juanma Barranquero (Fmapconcat): Use empty_unibyte_string.
Sat, 26 Jan 2008 16:59:43 +0000 Thien-Thi Nguyen (Fclrhash): Return TABLE.
Thu, 17 Jan 2008 12:05:19 +0000 Jason Rumney (use_file_dialog): Doc fix.
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Tue, 18 Sep 2007 01:45:39 +0000 Stefan Monnier (Fplist_put): Preserve uneven tail data.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Tue, 05 Jun 2007 00:24:47 +0000 Chong Yidong (Fsxhash): Delete stray semicolon.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 13 Jan 2007 21:46:28 +0000 Eli Zaretskii (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid
Fri, 24 Nov 2006 19:53:56 +0000 Juanma Barranquero (substring_both): Add missing address operator.
Fri, 24 Nov 2006 18:42:14 +0000 Stefan Monnier Use AREF/ASIZE macros.
Mon, 20 Nov 2006 20:56:14 +0000 Eli Zaretskii (concat) [!__GNUC__]: Add prototype.
Sun, 12 Nov 2006 04:51:55 +0000 Juanma Barranquero (Frandom, Flength, Fsafe_length, Fstring_bytes, Fstring_equal, Fcompare_strings,
Sun, 05 Nov 2006 04:07:58 +0000 Juanma Barranquero (Ffeaturep, syms_of_fns): Fix typos in docstrings.
Fri, 22 Sep 2006 12:54:38 +0000 Kenichi Handa (optimize_sub_char_table): Don't optimize a sub-char-table
Wed, 20 Sep 2006 23:07:17 +0000 Kim F. Storm (Fmemq): Refill doc string.