Mon, 29 Nov 2004 15:35:15 +0000 |
Kim F. Storm |
(concat): Use SAFE_ALLOCA.
|
Sun, 21 Nov 2004 00:57:49 +0000 |
Luc Teirlinck |
(Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
|
Tue, 16 Nov 2004 15:35:14 +0000 |
Stefan Monnier |
Avoid side-effects inside XSETFASTINT's arguments.
|
Mon, 15 Nov 2004 15:21:14 +0000 |
Kim F. Storm |
(Fsafe_plist_get): New defun.
|
Sat, 06 Nov 2004 17:01:27 +0000 |
Eli Zaretskii |
(sxhash): As far as possible, merge calculation of
|
Tue, 26 Oct 2004 22:38:50 +0000 |
Kim F. Storm |
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
|
Wed, 13 Oct 2004 18:40:03 +0000 |
Stefan Monnier |
(map_char_table): Add missing gcpros.
|
Tue, 06 Jul 2004 19:36:56 +0000 |
Luc Teirlinck |
(Fclear_string): Correct previous change.
|
Tue, 06 Jul 2004 17:50:32 +0000 |
Luc Teirlinck |
(Fclear_string): Put call to CHECK_STRING in correct place.
|
Tue, 06 Jul 2004 05:07:20 +0000 |
John Paul Wallington |
(Fclear_string): Signal an error if STRING is not a string.
|
Thu, 24 Jun 2004 22:03:10 +0000 |
Kim F. Storm |
(Fmapconcat, Fmapcar): Remove superfluous GCPROs.
|
Tue, 22 Jun 2004 14:48:10 +0000 |
Kim F. Storm |
(Fmapcar, Fmapconcat): GCPRO the args array.
|
Tue, 22 Jun 2004 13:57:00 +0000 |
Kim F. Storm |
(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
|
Mon, 21 Jun 2004 22:36:02 +0000 |
Kim F. Storm |
(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
|
Mon, 21 Jun 2004 21:55:15 +0000 |
Kim F. Storm |
* fns.c (string_make_multibyte, string_to_multibyte)
|
Thu, 17 Jun 2004 14:37:53 +0000 |
Jan Djrv |
* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
|
Mon, 10 May 2004 03:56:43 +0000 |
Kenichi Handa |
(count_combining): Delete it.
|
Mon, 26 Apr 2004 21:44:22 +0000 |
Andreas Schwab |
(Fcopy_sequence, concat, internal_equal, Ffillarray, mapcar1): Use
|
Tue, 20 Apr 2004 00:17:46 +0000 |
John Paul Wallington |
(Fassoc, Feql): Fix indentation.
|
Mon, 19 Apr 2004 15:17:04 +0000 |
John Paul Wallington |
(Feql): New function.
|
Fri, 12 Mar 2004 10:07:36 +0000 |
Richard M. Stallman |
(internal_equal): New arg PROPS controls comparing
|
Thu, 05 Feb 2004 04:52:49 +0000 |
Kenichi Handa |
(Fset_char_table_range): Fix previous change.
|
Wed, 04 Feb 2004 01:18:45 +0000 |
Kenichi Handa |
(Fset_char_table_range): Handle charsets ascii,
|
Thu, 29 Jan 2004 02:53:53 +0000 |
Kenichi Handa |
(string_char_to_byte): Optimize for ASCII only string.
|
Fri, 23 Jan 2004 00:11:43 +0000 |
Kenichi Handa |
(Fmd5): If OBJECT is a buffer different from the current
|
Mon, 29 Dec 2003 13:51:54 +0000 |
Eli Zaretskii |
(internal_equal): Return t for two NaN arguments.
|
Wed, 24 Dec 2003 00:17:58 +0000 |
Luc Teirlinck |
(Fset_char_table_range): Doc fix.
|
Tue, 23 Dec 2003 23:04:24 +0000 |
Luc Teirlinck |
(Frandom, Fstring_make_multibyte): Doc fixes.
|
Sat, 29 Nov 2003 10:44:36 +0000 |
Jan Djrv |
Add variable use-file-dialog to control use of file dialogs.
|
Tue, 25 Nov 2003 12:21:46 +0000 |
Andreas Schwab |
(internal_equal) <case Lisp_Vectorlike>: Declare size as
|
Sun, 23 Nov 2003 03:12:45 +0000 |
Luc Teirlinck |
(Fset_char_table_parent): Doc fix.
|
Sat, 22 Nov 2003 03:48:24 +0000 |
Luc Teirlinck |
(Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
|
Fri, 21 Nov 2003 15:58:15 +0000 |
Luc Teirlinck |
(Freverse): Doc fix.
|
Mon, 17 Nov 2003 23:29:49 +0000 |
Stefan Monnier |
(hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
|
Wed, 12 Nov 2003 17:05:37 +0000 |
Luc Teirlinck |
(Fstring_to_multibyte): Doc fix.
|
Sun, 05 Oct 2003 23:38:15 +0000 |
Luc Teirlinck |
(Frequire): Doc fix.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Tue, 29 Jul 2003 17:36:52 +0000 |
Richard M. Stallman |
(Fclear_string): New function.
|
Mon, 21 Jul 2003 09:52:45 +0000 |
Richard M. Stallman |
(Flocale_info): Renamed from Flanginfo. Doc fixes.
|
Sun, 06 Jul 2003 19:29:48 +0000 |
Stefan Monnier |
(sweep_weak_table): Update calls to mark_object.
|
Mon, 02 Jun 2003 18:31:29 +0000 |
Dave Love |
Doc fixes.
|
Sat, 17 May 2003 15:49:42 +0000 |
Richard M. Stallman |
(map_char_table): Fix previous change.
|
Sat, 17 May 2003 12:45:52 +0000 |
Richard M. Stallman |
(map_char_table): New arg TABLE gets the master table. All calls changed.
|
Sun, 06 Apr 2003 13:31:40 +0000 |
Juanma Barranquero |
(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.
|
Mon, 24 Mar 2003 19:59:08 +0000 |
Andrew Choi |
Allow building on Mac OS X again after Kim's merging of display code.
|
Sat, 22 Feb 2003 22:21:11 +0000 |
Stefan Monnier |
(string_to_multibyte): Remove unused var i.
|
Mon, 17 Feb 2003 00:32:12 +0000 |
Kenichi Handa |
(string_to_multibyte): Always return a multibyte string.
|
Fri, 14 Feb 2003 18:56:16 +0000 |
Dave Love |
(Flanginfo): Doc fix.
|
Mon, 10 Feb 2003 11:00:01 +0000 |
Kenichi Handa |
(Fstring_to_multibyte): Fix typo in the docstring.
|
Sun, 09 Feb 2003 08:37:36 +0000 |
Kenichi Handa |
(string_to_multibyte): New function.
|
Tue, 14 Jan 2003 23:12:31 +0000 |
Francesco Potort |
(Fsubstring): Clarify doc string.
|
Mon, 13 Jan 2003 13:33:42 +0000 |
Dave Love |
(Freverse): Use QUIT.
|
Mon, 06 Jan 2003 15:41:17 +0000 |
Dave Love |
Include coding.h. Use POINTER_TYPE*, not void*.
|
Fri, 29 Nov 2002 20:07:36 +0000 |
Dave Love |
(Frequire): Don't call LOADHIST_ATTACH if feature was
|
Thu, 28 Nov 2002 07:47:34 +0000 |
Steven Tamm |
fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more
|
Thu, 14 Nov 2002 23:20:16 +0000 |
Dave Love |
(Fmap_char_table): Cast `call2'.
|
Thu, 14 Nov 2002 14:15:07 +0000 |
Dave Love |
(Fcopy_sequence): Doc fix.
|
Tue, 12 Nov 2002 22:49:31 +0000 |
Stefan Monnier |
(Fmap_char_table): Don't use map_char_table's function arg.
|
Sat, 05 Oct 2002 04:08:13 +0000 |
John Paul Wallington |
(Flength): Doc fix.
|
Tue, 16 Jul 2002 15:49:20 +0000 |
Ken Raeburn |
* fns.c (concat): Use SSET.
|
Mon, 15 Jul 2002 06:55:28 +0000 |
Ken Raeburn |
* fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
|
Mon, 15 Jul 2002 02:16:15 +0000 |
Ken Raeburn |
* fns.c (concat): Use STRING_SET_CHARS.
|
Mon, 15 Jul 2002 00:00:41 +0000 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
Thu, 11 Jul 2002 14:18:02 +0000 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
Sun, 07 Jul 2002 20:57:25 +0000 |
Stefan Monnier |
(Fnconc): Use XCDR.
|
Wed, 05 Jun 2002 17:47:50 +0000 |
Eli Zaretskii |
(Fstring_make_unibyte): Doc fix.
|
Mon, 03 Jun 2002 22:37:15 +0000 |
Richard M. Stallman |
(md5): Pass FILE arg to Vselect_safe_coding_system_function.
|
Mon, 20 May 2002 08:05:43 +0000 |
Ken Raeburn |
* fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
|
Tue, 30 Apr 2002 17:53:39 +0000 |
Richard M. Stallman |
Comment change.
|
Tue, 30 Apr 2002 17:46:40 +0000 |
Richard M. Stallman |
(Frequire): Error if called while preparing to dump.
|
Mon, 22 Apr 2002 22:45:12 +0000 |
Pavel Jank |
Fix typo.
|
Sat, 20 Apr 2002 13:32:12 +0000 |
Pavel Jank |
(use-dialog-box): Doc fix.
|
Fri, 12 Apr 2002 05:50:50 +0000 |
Pavel Jank |
(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
|
Fri, 29 Mar 2002 00:04:30 +0000 |
Kim F. Storm |
(Flax_plist_put): Doc fix.
|
Tue, 26 Mar 2002 09:19:00 +0000 |
Richard M. Stallman |
(Fsubstring_no_properties): New function.
|
Thu, 21 Mar 2002 12:19:02 +0000 |
Kim F. Storm |
(Ffeaturep): Allow subfeature to be a list (test using
|
Tue, 13 Nov 2001 11:55:47 +0000 |
Pavel Jank |
Doc fix.
|
Tue, 13 Nov 2001 07:01:38 +0000 |
Pavel Jank |
(Freverse): Reindent.
|
Tue, 06 Nov 2001 13:15:29 +0000 |
Pavel Jank |
(copy_hash_table): Remove unused variable `v'.
|
Mon, 05 Nov 2001 03:52:23 +0000 |
Richard M. Stallman |
(Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
|
Fri, 02 Nov 2001 20:46:55 +0000 |
Pavel Jank |
Update usage of CHECK_ macros (remove unused second argument).
|
Wed, 31 Oct 2001 10:57:18 +0000 |
Gerd Moellmann |
(require_unwind): Return Lisp_Object.
|
Tue, 30 Oct 2001 01:54:29 +0000 |
Richard M. Stallman |
(Frequire): Detect recursive try to require the same
|
Sun, 21 Oct 2001 14:19:57 +0000 |
Miles Bader |
(Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):
|
Tue, 16 Oct 2001 13:07:29 +0000 |
Miles Bader |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
Tue, 16 Oct 2001 09:09:51 +0000 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
Mon, 15 Oct 2001 16:17:51 +0000 |
Sam Steingold |
(Vafter_load_alist): Declare extern (w32 build problem).
|
Mon, 15 Oct 2001 11:13:17 +0000 |
Pavel Jank |
(Fmapconcat): Fix typo in a doc string.
|
Sat, 13 Oct 2001 20:44:17 +0000 |
Gerd Moellmann |
Put doc strings in comments.
|
Fri, 12 Oct 2001 21:42:09 +0000 |
Stefan Monnier |
(Ffeaturep): Add new `subfeature' arg.
|
Mon, 08 Oct 2001 11:39:52 +0000 |
Stefan Monnier |
Include keymap.h.
|
Mon, 08 Oct 2001 08:07:49 +0000 |
Gerd Moellmann |
Don't define min/max.
|
Fri, 05 Oct 2001 09:49:39 +0000 |
Gerd Moellmann |
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
|
Sat, 01 Sep 2001 09:21:16 +0000 |
Eli Zaretskii |
(Fmd5): Doc fix.
|
Wed, 18 Jul 2001 20:42:40 +0000 |
Ken Raeburn |
* fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.
|
Mon, 21 May 2001 12:34:11 +0000 |
Gerd Moellmann |
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
|
Wed, 11 Apr 2001 13:58:25 +0000 |
Gerd Moellmann |
Include blockinput.h.
|
Wed, 11 Apr 2001 12:57:50 +0000 |
Gerd Moellmann |
(Fplist_get): Don't QUIT is interrupt_input_blocked.
|
Tue, 10 Apr 2001 18:35:31 +0000 |
Gerd Moellmann |
(Fcompare_strings): Fix return values.
|
Mon, 09 Apr 2001 15:10:30 +0000 |
Gerd Moellmann |
(Fplist_get, Fplist_put): Add QUITs.
|
Thu, 05 Apr 2001 12:28:58 +0000 |
Gerd Moellmann |
(Frequire): Doc fix. Rename parameter FILE_NAME to
|
Tue, 20 Mar 2001 12:49:34 +0000 |
Gerd Moellmann |
(Fmd5): Doc fix.
|
Wed, 28 Feb 2001 13:27:38 +0000 |
Gerd Moellmann |
(Fdelete, larger_vector): Use allocate_vector.
|
Wed, 21 Feb 2001 13:58:57 +0000 |
Gerd Moellmann |
Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
|
Wed, 24 Jan 2001 16:10:06 +0000 |
Gerd Moellmann |
(sweep_weak_table): Fix code taking items out of
|
Tue, 23 Jan 2001 01:34:55 +0000 |
Kenichi Handa |
(Fset_char_table_default): Fix to make sub char-table correctly.
|
Wed, 17 Jan 2001 05:55:31 +0000 |
Kenichi Handa |
(concat): Be sure to avoid putting the same `composition'
|
Tue, 16 Jan 2001 12:42:22 +0000 |
Gerd Moellmann |
Call redisplay_preserve_echo_area with additional arg.
|
Tue, 02 Jan 2001 14:01:05 +0000 |
Eli Zaretskii |
(Flength): Remove unused variable `tail'.
|
Tue, 19 Dec 2000 17:59:28 +0000 |
Eli Zaretskii |
(Frequire): Doc fix.
|
Fri, 15 Dec 2000 02:04:31 +0000 |
Kenichi Handa |
(Fmd5): Docstring improved.
|
Thu, 14 Dec 2000 01:42:13 +0000 |
Kenichi Handa |
(Fmd5): Docstring improved.
|
Mon, 04 Dec 2000 00:28:04 +0000 |
Ken Raeburn |
(Fmd5): Pass lisp objects, not integers, to call3.
|
Sat, 02 Dec 2000 11:25:35 +0000 |
Gerd Moellmann |
(Fmd5): Use a different logic to decide the coding system
|
Thu, 30 Nov 2000 14:03:30 +0000 |
Gerd Moellmann |
(Fmd5): Doc fix.
|
Thu, 30 Nov 2000 13:46:42 +0000 |
Gerd Moellmann |
(Fmd5): New function.
|
Mon, 30 Oct 2000 01:14:06 +0000 |
Kenichi Handa |
(Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
|
Sun, 22 Oct 2000 19:08:26 +0000 |
ShengHuo ZHU |
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
|
Tue, 10 Oct 2000 01:59:23 +0000 |
Kenichi Handa |
(READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
|
Fri, 06 Oct 2000 22:42:46 +0000 |
Dave Love |
(Fbase64_encode_region, Fbase64_encode_string)
|
Mon, 25 Sep 2000 09:23:41 +0000 |
Dave Love |
(base64_encode_1): Fix last change.
|
Fri, 22 Sep 2000 13:14:29 +0000 |
Dave Love |
(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
|
Wed, 20 Sep 2000 16:23:27 +0000 |
Gerd Moellmann |
(Fy_or_n_p, Fyes_or_no_p): Doc fix.
|
Mon, 11 Sep 2000 12:51:13 +0000 |
Gerd Moellmann |
(concat, Fsubstring, internal_equal, Fnconc): Avoid some
|
Fri, 11 Aug 2000 12:59:31 +0000 |
Gerd Moellmann |
(hashfn_eq, hashfn_eql): Don't handle strings specially
|
Mon, 07 Aug 2000 12:32:04 +0000 |
Gerd Moellmann |
(sweep_weak_table): Fix survival conditions for
|
Mon, 07 Aug 2000 12:03:19 +0000 |
Gerd Moellmann |
(sweep_weak_hash_tables): Fix the code taking unmarked
|
Sat, 05 Aug 2000 15:47:42 +0000 |
Gerd Moellmann |
Replace `illegal' with `invalid'.
|
Sat, 05 Aug 2000 02:58:44 +0000 |
Noah Friedman |
(Fmake_hash_table): Add missing `\n\' to end of line in docstring.
|
Thu, 27 Jul 2000 15:44:20 +0000 |
Gerd Moellmann |
(Fdelete): Make it work on vectors and strings in addition to lists.
|
Thu, 27 Jul 2000 12:31:17 +0000 |
Gerd Moellmann |
(Qkey_or_value, Qkey_and_value): New variables.
|
Thu, 27 Jul 2000 06:02:29 +0000 |
Kenichi Handa |
(char_table_ref_and_index): New function.
|
Mon, 24 Jul 2000 14:06:45 +0000 |
Andreas Schwab |
Pass Qeql to Fmake_hash_table if TEST is nil.
|
Thu, 13 Jul 2000 14:06:15 +0000 |
Gerd Moellmann |
(AREF): Remove definition.
|
Tue, 04 Jul 2000 07:38:15 +0000 |
Kenichi Handa |
(concat): While copying text properties, make each composition
|
Mon, 03 Jul 2000 12:28:41 +0000 |
Gerd Moellmann |
(sweep_weak_table): Mark only objects that are not
|
Mon, 03 Jul 2000 06:58:47 +0000 |
Stefan Monnier |
(Fputhash): Return `value' rather than nil.
|
Wed, 28 Jun 2000 20:28:21 +0000 |
Gerd Moellmann |
(next_almost_prime): Make it externally visible.
|
Mon, 26 Jun 2000 21:53:57 +0000 |
Stefan Monnier |
(Fplist_member): Renamed from Fwidget_plist_member.
|
Tue, 20 Jun 2000 18:28:07 +0000 |
Dave Love |
(make_hash_table, maybe_resize_hash_table): Cast arg of
|
Fri, 26 May 2000 07:26:53 +0000 |
Kenichi Handa |
(map_char_table): Ignore char-table entries for
|
Fri, 19 May 2000 23:59:50 +0000 |
Kenichi Handa |
(concat): Handle 8-bit characters correctly.
|
Wed, 17 May 2000 23:35:57 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 17 May 2000 23:30:06 +0000 |
Kenichi Handa |
(map_char_table): Pay attention to character number of
|
Wed, 19 Apr 2000 22:27:27 +0000 |
Dave Love |
(syms_of_fns): Defsubr mapc.
|
Wed, 12 Apr 2000 17:20:24 +0000 |
Dave Love |
(mapcar1): Test for null vals to support mapc.
|
Wed, 05 Apr 2000 17:29:31 +0000 |
Ken Raeburn |
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
|
Mon, 03 Apr 2000 20:48:22 +0000 |
Gerd Moellmann |
(Fbase64_decode_region, Fbase64_decode_string): Signal
|
Mon, 03 Apr 2000 12:13:45 +0000 |
Gerd Moellmann |
(larger_vector): Make externally visible.
|
Tue, 21 Mar 2000 00:37:25 +0000 |
Kenichi Handa |
(optimize_sub_char_table): New function.
|
Thu, 09 Mar 2000 13:34:34 +0000 |
Gerd Moellmann |
(Fy_or_n_p): Cancel busy-cursor.
|
Tue, 29 Feb 2000 09:30:43 +0000 |
Gerd Moellmann |
(maybe_resize_hash_table): Handle case of new size
|
Thu, 17 Feb 2000 09:45:46 +0000 |
Gerd Moellmann |
Remove `LISP_FLOAT_TYPE' and `standalone'.
|
Mon, 31 Jan 2000 14:03:15 +0000 |
Gerd Moellmann |
(sweep_weak_table): New function.
|
Wed, 15 Dec 1999 00:11:56 +0000 |
Kenichi Handa |
(Flength): The length of char-table is MAX_CHAR.
|
Thu, 25 Nov 1999 15:23:23 +0000 |
Dave Love |
(Fnthcdr, Fnreverse): Inline cdr.
|
Sun, 31 Oct 1999 02:01:59 +0000 |
Gerd Moellmann |
(Flength): Unroll loop over lists.
|
Thu, 28 Oct 1999 12:12:47 +0000 |
Gerd Moellmann |
(Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
|
Tue, 19 Oct 1999 07:25:11 +0000 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
Tue, 14 Sep 1999 13:09:25 +0000 |
Gerd Moellmann |
(SXHASH_COMBINE): Add missing parentheses.
|
Mon, 13 Sep 1999 19:03:19 +0000 |
Dave Love |
(Fmake_hash_table): Fix string continuation.
|
Sun, 12 Sep 1999 05:07:01 +0000 |
Ken Raeburn |
Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
|
Thu, 09 Sep 1999 14:54:28 +0000 |
Gerd Moellmann |
(Fmakehash): Accept just one optional argument TEST.
|
Wed, 08 Sep 1999 07:54:18 +0000 |
Richard M. Stallman |
(Fbase64_decode_region): Don't place point outside of the
|
Tue, 07 Sep 1999 14:48:55 +0000 |
Gerd Moellmann |
(Fmakehash): Take one argument, test, make all the
|
Sat, 04 Sep 1999 20:11:09 +0000 |
Gerd Moellmann |
(Fmakehash): Exchange optional test and size arguments.
|
Fri, 03 Sep 1999 01:28:42 +0000 |
Kenichi Handa |
(count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
|
Thu, 02 Sep 1999 20:52:51 +0000 |
Gerd Moellmann |
(Fhash_table_weakness): Replaces F_hash_table_weak.
|
Mon, 30 Aug 1999 21:05:30 +0000 |
Gerd Moellmann |
(QCweakness): Replaces QCweak.
|
Sun, 22 Aug 1999 20:47:15 +0000 |
Gerd Moellmann |
(Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
|
Sat, 21 Aug 1999 19:29:32 +0000 |
Gerd Moellmann |
(hash_lookup): Test with EQ before calling key comparion
|
Sun, 01 Aug 1999 22:31:00 +0000 |
Richard M. Stallman |
(internal_equal): Fix overlay comparison.
|
Wed, 28 Jul 1999 02:37:17 +0000 |
Kenichi Handa |
(concat): Fix previous change.
|
Wed, 28 Jul 1999 02:10:51 +0000 |
Kenichi Handa |
(count_combining): New function.
|
Mon, 26 Jul 1999 22:20:21 +0000 |
Markus Rost |
(Fgethash): Fix order of variables (patch by gerd).
|
Mon, 26 Jul 1999 16:42:38 +0000 |
Karl Heuer |
(Fy_or_n_p): Doc fix.
|
Wed, 21 Jul 1999 21:43:52 +0000 |
Gerd Moellmann |
(toplevel): Add hash tables.
|
Wed, 07 Apr 1999 05:40:54 +0000 |
Kenichi Handa |
(base64_encode_1): Don't add unnecessary newline at the tail.
|
Thu, 04 Mar 1999 11:35:42 +0000 |
Kenichi Handa |
(Fbase64_encode_string): Allocate sufficient memory for
|
Mon, 22 Feb 1999 10:45:53 +0000 |
Andreas Schwab |
(Fbase64_encode_string): Fix last change.
|
Wed, 17 Feb 1999 08:12:31 +0000 |
Kenichi Handa |
(Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
|
Mon, 08 Feb 1999 13:59:24 +0000 |
Dave Love |
(Fyes_or_no_p, Fy_or_n_p): Doc fix.
|
Sun, 07 Feb 1999 23:58:09 +0000 |
Paul Fisher |
(IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
|
Wed, 03 Feb 1999 02:20:53 +0000 |
Kenichi Handa |
(Fset_char_table_default): To handle the case that CH is
|
Wed, 06 Jan 1999 23:55:31 +0000 |
Richard M. Stallman |
(Frequire): Don't fail to unbind bindings.
|
Mon, 21 Dec 1998 16:11:47 +0000 |
Eli Zaretskii |
(concat): Don't convert 7-bit ASCII characters via
|
Wed, 16 Dec 1998 06:32:39 +0000 |
Karl Heuer |
(Fbase64_decode_region, Fbase64_decode_string):
|
Tue, 15 Dec 1998 04:35:38 +0000 |
Kenichi Handa |
(string_char_to_byte): Handle invalid multibyte sequence
|
Fri, 04 Dec 1998 09:50:31 +0000 |
Andreas Schwab |
(Fstring_as_unibyte): Doc fix.
|
Fri, 27 Nov 1998 22:15:38 +0000 |
Richard M. Stallman |
(Fstring_as_unibyte, Fstring_as_multibyte):
|
Thu, 19 Nov 1998 04:26:44 +0000 |
Richard M. Stallman |
(Frequire): New arg NOERROR.
|
Wed, 11 Nov 1998 11:12:09 +0000 |
Eli Zaretskii |
(MAX_ALLOCA): New macro.
|
Sat, 31 Oct 1998 05:12:07 +0000 |
Kenichi Handa |
(Fbase64_decode_region): Fix previous change.
|
Fri, 30 Oct 1998 10:20:25 +0000 |
Andreas Schwab |
(Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
|
Tue, 27 Oct 1998 17:55:28 +0000 |
Richard M. Stallman |
(Fbase64_decode_string): Doc fix.
|
Tue, 27 Oct 1998 10:39:24 +0000 |
Dave Love |
(Fbase64_decode_region, Fbase64_encode_region): Fix
|
Sat, 24 Oct 1998 01:17:09 +0000 |
Kenichi Handa |
(Fbase64_decode_region): Pay attention to the byte
|
Wed, 14 Oct 1998 07:17:22 +0000 |
Kenichi Handa |
(Ffillarray): Fix previous change.
|
Mon, 12 Oct 1998 12:00:44 +0000 |
Kenichi Handa |
(clear_string_char_byte_cache): New function.
|
Mon, 07 Sep 1998 19:58:05 +0000 |
Karl Heuer |
(base64_decode_1, base64_encode_1): New functions.
|
Mon, 07 Sep 1998 17:34:59 +0000 |
Karl Heuer |
(Fwidget_put): Return VALUE instead of garbage.
|
Mon, 31 Aug 1998 03:50:17 +0000 |
Kenichi Handa |
(concat): If Vnonascii_translation_table is non-nil, try
|
Fri, 28 Aug 1998 12:22:39 +0000 |
Kenichi Handa |
(concat): Use macro CHAR_BYTES instead of Fchar_bytes.
|
Tue, 18 Aug 1998 09:01:20 +0000 |
Richard M. Stallman |
(Fy_or_n_p): Don't bind input-method-function.
|
Tue, 18 Aug 1998 04:27:37 +0000 |
Richard M. Stallman |
(Fy_or_n_p): Bind input-method-function to nil.
|
Thu, 30 Jul 1998 01:35:40 +0000 |
Kenichi Handa |
(concat): Fix previous change.
|
Thu, 09 Jul 1998 03:47:06 +0000 |
Richard M. Stallman |
Comment change.
|
Wed, 08 Jul 1998 02:19:14 +0000 |
Kenichi Handa |
(concat): Replace explicit numeric constants with proper macros.
|
Mon, 06 Jul 1998 22:29:52 +0000 |
Richard M. Stallman |
Whitespace change.
|
Mon, 06 Jul 1998 06:33:55 +0000 |
Kenichi Handa |
(Fset_char_table_default): Check only if the charset of
|
Mon, 06 Jul 1998 01:47:34 +0000 |
Kenichi Handa |
(concat): Pay attention to the byte combining problem.
|
Thu, 21 May 1998 01:48:52 +0000 |
Kenichi Handa |
(Fstring_make_multibyte): Call CHECK_STRING.
|
Mon, 18 May 1998 00:59:38 +0000 |
Kenichi Handa |
(concat): Fix bug in concatinating a list of multibyte and
|
Wed, 29 Apr 1998 09:37:15 +0000 |
Andreas Schwab |
Include <time.h> for time.
|
Tue, 28 Apr 1998 21:21:14 +0000 |
Richard M. Stallman |
[HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
|
Mon, 27 Apr 1998 20:54:19 +0000 |
Richard M. Stallman |
(Fload_average): New arg USE_FLOATS.
|
Mon, 27 Apr 1998 20:30:51 +0000 |
Richard M. Stallman |
[HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
|
Mon, 27 Apr 1998 20:29:38 +0000 |
Richard M. Stallman |
(Fcompare_strings): Doc fix.
|
Thu, 23 Apr 1998 04:03:31 +0000 |
Richard M. Stallman |
(Fstring_make_multibyte): Doc fix.
|
Mon, 20 Apr 1998 04:08:31 +0000 |
Richard M. Stallman |
(Fcompare_strings): Require first 6 args.
|
Mon, 20 Apr 1998 03:52:46 +0000 |
Richard M. Stallman |
(Fcompare_strings): New function.
|
Thu, 16 Apr 1998 06:21:56 +0000 |
Richard M. Stallman |
(time): Declare it only if not HAVE_UNISTD_H.
|
Thu, 16 Apr 1998 05:38:51 +0000 |
Richard M. Stallman |
(Frequire): Doc fix.
|
Tue, 14 Apr 1998 12:59:32 +0000 |
Andreas Schwab |
(Fsubstring, substring_both, Fchar_table_range,
|
Tue, 14 Apr 1998 12:25:56 +0000 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
Mon, 06 Apr 1998 09:33:40 +0000 |
Andreas Schwab |
(Flength): Doc fix.
|
Mon, 06 Apr 1998 05:06:12 +0000 |
Kenichi Handa |
(Fstring_as_unibyte): Set size_byte field to -1.
|
Thu, 02 Apr 1998 22:48:51 +0000 |
Richard M. Stallman |
(Fstring_as_multibyte): Never return unibyte string unchanged.
|
Thu, 02 Apr 1998 08:10:56 +0000 |
Richard M. Stallman |
(char_table_translate): New function.
|
Sat, 21 Mar 1998 18:09:01 +0000 |
Richard M. Stallman |
(substring_both, Fsubstring): Use make_specified_string.
|
Sat, 21 Mar 1998 07:06:14 +0000 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
Thu, 19 Mar 1998 07:34:29 +0000 |
Kenichi Handa |
(Fstring_as_multibyte): Call multibyte_chars_in_text
|
Tue, 03 Mar 1998 01:29:16 +0000 |
Kenichi Handa |
(DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
|
Mon, 02 Mar 1998 19:10:51 +0000 |
Richard M. Stallman |
(internal_equal): compare_window_configurations takes new arg.
|
Fri, 27 Feb 1998 21:52:08 +0000 |
Karl Heuer |
(mapcar1): Handle bool-vectors.
|
Fri, 20 Feb 1998 01:40:47 +0000 |
Kenichi Handa |
(Fset_char_table_default): For an invalid character, call
|
Tue, 10 Feb 1998 04:08:26 +0000 |
Kenichi Handa |
(Fstring_bytes): Declare arg STRING as Lisp_Object.
|
Tue, 10 Feb 1998 04:05:47 +0000 |
Kenichi Handa |
(concat): Use Vnonascii_translate_table.
|
Sun, 08 Feb 1998 20:58:53 +0000 |
Richard M. Stallman |
(Fstring_bytes): New function.
|
Mon, 02 Feb 1998 01:06:29 +0000 |
Richard M. Stallman |
(concat): Handle bool-vectors correctly.
|