]> code.delx.au - gnu-emacs/history - src/fns.c
*** empty log message ***
[gnu-emacs] / src / fns.c
2002-04-22 Pavel JaníkFix typo.
2002-04-20 Pavel Janík(use-dialog-box): Doc fix.
2002-04-12 Pavel Janík(Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
2002-03-29 Kim F. Storm(Flax_plist_put): Doc fix.
2002-03-26 Richard M. Stallman(Fsubstring_no_properties): New function.
2002-03-21 Kim F. Storm(Ffeaturep): Allow subfeature to be a list (test using
2001-11-13 Pavel JaníkDoc fix.
2001-11-13 Pavel Janík(Freverse): Reindent.
2001-11-06 Pavel Janík(copy_hash_table): Remove unused variable `v'.
2001-11-05 Richard M. Stallman(Fmake_hash_table): Use XCAR and XCDR, not Fnth and...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Gerd Moellmann(require_unwind): Return Lisp_Object.
2001-10-30 Richard M. Stallman(Frequire): Detect recursive try to require the same
2001-10-21 Miles Bader(Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply...
2001-10-16 Miles BaderChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Sam Steingold(Vafter_load_alist): Declare extern (w32 build problem).
2001-10-15 Pavel Janík(Fmapconcat): Fix typo in a doc string.
2001-10-13 Gerd MoellmannPut doc strings in comments.
2001-10-12 Stefan Monnier(Ffeaturep): Add new `subfeature' arg.
2001-10-08 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
2001-09-01 Eli Zaretskii(Fmd5): Doc fix.
2001-07-18 Ken Raeburn* fns.c (Fset_char_table_default): Check that a charset...
2001-04-11 Gerd MoellmannInclude blockinput.h.
2001-04-11 Gerd Moellmann(Fplist_get): Don't QUIT is interrupt_input_blocked.
2001-04-10 Gerd Moellmann(Fcompare_strings): Fix return values.
2001-04-09 Gerd Moellmann(Fplist_get, Fplist_put): Add QUITs.
2001-04-05 Gerd Moellmann(Frequire): Doc fix. Rename parameter FILE_NAME to
2001-03-20 Gerd Moellmann(Fmd5): Doc fix.
2001-02-28 Gerd Moellmann(Fdelete, larger_vector): Use allocate_vector.
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass, cancel_hourgl...
2001-01-24 Gerd Moellmann(sweep_weak_table): Fix code taking items out of
2001-01-23 Kenichi Handa(Fset_char_table_default): Fix to make sub char-table...
2001-01-17 Kenichi Handa(concat): Be sure to avoid putting the same `composition'
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2001-01-02 Eli Zaretskii(Flength): Remove unused variable `tail'.
2000-12-19 Eli Zaretskii(Frequire): Doc fix.
2000-12-15 Kenichi Handa(Fmd5): Docstring improved.
2000-12-14 Kenichi Handa(Fmd5): Docstring improved.
2000-12-04 Ken Raeburn(Fmd5): Pass lisp objects, not integers, to call3.
2000-12-02 Gerd Moellmann(Fmd5): Use a different logic to decide the coding...
2000-11-30 Gerd Moellmann(Fmd5): Doc fix.
2000-11-30 Gerd Moellmann(Fmd5): New function.
2000-10-30 Kenichi Handa(Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
2000-10-22 ShengHuo ZHU2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester...
2000-10-10 Kenichi Handa(READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
2000-10-06 Dave Love(Fbase64_encode_region, Fbase64_encode_string)
2000-09-25 Dave Love(base64_encode_1): Fix last change.
2000-09-22 Dave Love(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
2000-09-20 Gerd Moellmann(Fy_or_n_p, Fyes_or_no_p): Doc fix.
2000-09-11 Gerd Moellmann(concat, Fsubstring, internal_equal, Fnconc): Avoid...
2000-08-11 Gerd Moellmann(hashfn_eq, hashfn_eql): Don't handle strings specially
2000-08-07 Gerd Moellmann(sweep_weak_table): Fix survival conditions for
2000-08-07 Gerd Moellmann(sweep_weak_hash_tables): Fix the code taking unmarked
2000-08-05 Gerd MoellmannReplace `illegal' with `invalid'.
2000-08-05 Noah Friedman(Fmake_hash_table): Add missing `\n\' to end of line...
2000-07-27 Gerd Moellmann(Fdelete): Make it work on vectors and strings in addit...
2000-07-27 Gerd Moellmann(Qkey_or_value, Qkey_and_value): New variables.
2000-07-27 Kenichi Handa(char_table_ref_and_index): New function.
2000-07-24 Andreas SchwabPass Qeql to Fmake_hash_table if TEST is nil.
2000-07-13 Gerd Moellmann(AREF): Remove definition.
2000-07-04 Kenichi Handa(concat): While copying text properties, make each...
2000-07-03 Gerd Moellmann(sweep_weak_table): Mark only objects that are not
2000-07-03 Stefan Monnier(Fputhash): Return `value' rather than nil.
2000-06-28 Gerd Moellmann(next_almost_prime): Make it externally visible.
2000-06-26 Stefan Monnier(Fplist_member): Renamed from Fwidget_plist_member.
2000-06-20 Dave Love(make_hash_table, maybe_resize_hash_table): Cast arg of
2000-05-26 Kenichi Handa(map_char_table): Ignore char-table entries for
2000-05-19 Kenichi Handa(concat): Handle 8-bit characters correctly.
2000-05-17 Kenichi Handa*** empty log message ***
2000-05-17 Kenichi Handa(map_char_table): Pay attention to character number of
2000-04-19 Dave Love(syms_of_fns): Defsubr mapc.
2000-04-12 Dave Love(mapcar1): Test for null vals to support mapc.
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-04-03 Gerd Moellmann(Fbase64_decode_region, Fbase64_decode_string): Signal
2000-04-03 Gerd Moellmann(larger_vector): Make externally visible.
2000-03-21 Kenichi Handa(optimize_sub_char_table): New function.
2000-03-09 Gerd Moellmann(Fy_or_n_p): Cancel busy-cursor.
2000-02-29 Gerd Moellmann(maybe_resize_hash_table): Handle case of new size
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-31 Gerd Moellmann(sweep_weak_table): New function.
1999-12-15 Kenichi Handa(Flength): The length of char-table is MAX_CHAR.
1999-11-25 Dave Love(Fnthcdr, Fnreverse): Inline cdr.
1999-10-31 Gerd Moellmann(Flength): Unroll loop over lists.
1999-10-28 Gerd Moellmann(Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-14 Gerd Moellmann(SXHASH_COMBINE): Add missing parentheses.
1999-09-13 Dave Love(Fmake_hash_table): Fix string continuation.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-09 Gerd Moellmann(Fmakehash): Accept just one optional argument TEST.
1999-09-08 Richard M. Stallman(Fbase64_decode_region): Don't place point outside...
1999-09-07 Gerd Moellmann(Fmakehash): Take one argument, test, make all the
1999-09-04 Gerd Moellmann(Fmakehash): Exchange optional test and size arguments.
1999-09-03 Kenichi Handa(count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
1999-09-02 Gerd Moellmann(Fhash_table_weakness): Replaces F_hash_table_weak.
1999-08-30 Gerd Moellmann(QCweakness): Replaces QCweak.
1999-08-22 Gerd Moellmann(Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
1999-08-21 Gerd Moellmann(hash_lookup): Test with EQ before calling key comparion
next