log src/fns.c @ 38633:ae77d25eb5cc

age author description
2001-07-18 Ken Raeburn * fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.
2001-05-21 Gerd Moellmann Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
2001-04-11 Gerd Moellmann Include 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 Moellmann Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
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 correctly.
2001-01-17 Kenichi Handa (concat): Be sure to avoid putting the same `composition'
2001-01-16 Gerd Moellmann Call 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 system
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 ZHU 2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
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 some
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 Moellmann Replace `illegal' with `invalid'.
2000-08-05 Noah Friedman (Fmake_hash_table): Add missing `\n\' to end of line in docstring.
2000-07-27 Gerd Moellmann (Fdelete): Make it work on vectors and strings in addition to lists.
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 Schwab Pass 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 composition
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 Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
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 Moellmann Remove `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 Eggert Add support for large files, 64-bit Solaris, system locale codings.
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 Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
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 of the
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
1999-08-01 Richard M. Stallman (internal_equal): Fix overlay comparison.
1999-07-28 Kenichi Handa (concat): Fix previous change.
1999-07-28 Kenichi Handa (count_combining): New function.
1999-07-26 Markus Rost (Fgethash): Fix order of variables (patch by gerd).
1999-07-26 Karl Heuer (Fy_or_n_p): Doc fix.
1999-07-21 Gerd Moellmann (toplevel): Add hash tables.
1999-04-07 Kenichi Handa (base64_encode_1): Don't add unnecessary newline at the tail.
1999-03-04 Kenichi Handa (Fbase64_encode_string): Allocate sufficient memory for
1999-02-22 Andreas Schwab (Fbase64_encode_string): Fix last change.
1999-02-17 Kenichi Handa (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
1999-02-08 Dave Love (Fyes_or_no_p, Fy_or_n_p): Doc fix.
1999-02-07 Paul Fisher (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
1999-02-03 Kenichi Handa (Fset_char_table_default): To handle the case that CH is
1999-01-06 Richard M. Stallman (Frequire): Don't fail to unbind bindings.
1998-12-21 Eli Zaretskii (concat): Don't convert 7-bit ASCII characters via
1998-12-16 Karl Heuer (Fbase64_decode_region, Fbase64_decode_string):
1998-12-15 Kenichi Handa (string_char_to_byte): Handle invalid multibyte sequence
1998-12-04 Andreas Schwab (Fstring_as_unibyte): Doc fix.
1998-11-27 Richard M. Stallman (Fstring_as_unibyte, Fstring_as_multibyte):
1998-11-19 Richard M. Stallman (Frequire): New arg NOERROR.
1998-11-11 Eli Zaretskii (MAX_ALLOCA): New macro.
1998-10-31 Kenichi Handa (Fbase64_decode_region): Fix previous change.
1998-10-30 Andreas Schwab (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
1998-10-27 Richard M. Stallman (Fbase64_decode_string): Doc fix.
1998-10-27 Dave Love (Fbase64_decode_region, Fbase64_encode_region): Fix
1998-10-24 Kenichi Handa (Fbase64_decode_region): Pay attention to the byte
1998-10-14 Kenichi Handa (Ffillarray): Fix previous change.
1998-10-12 Kenichi Handa (clear_string_char_byte_cache): New function.
1998-09-07 Karl Heuer (base64_decode_1, base64_encode_1): New functions.
1998-09-07 Karl Heuer (Fwidget_put): Return VALUE instead of garbage.
1998-08-31 Kenichi Handa (concat): If Vnonascii_translation_table is non-nil, try
1998-08-28 Kenichi Handa (concat): Use macro CHAR_BYTES instead of Fchar_bytes.
1998-08-18 Richard M. Stallman (Fy_or_n_p): Don't bind input-method-function.
1998-08-18 Richard M. Stallman (Fy_or_n_p): Bind input-method-function to nil.
1998-07-30 Kenichi Handa (concat): Fix previous change.
1998-07-09 Richard M. Stallman Comment change.
1998-07-08 Kenichi Handa (concat): Replace explicit numeric constants with proper macros.
1998-07-06 Richard M. Stallman Whitespace change.
1998-07-06 Kenichi Handa (Fset_char_table_default): Check only if the charset of
1998-07-06 Kenichi Handa (concat): Pay attention to the byte combining problem.
1998-05-21 Kenichi Handa (Fstring_make_multibyte): Call CHECK_STRING.
1998-05-18 Kenichi Handa (concat): Fix bug in concatinating a list of multibyte and
1998-04-29 Andreas Schwab Include <time.h> for time.
1998-04-28 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
1998-04-27 Richard M. Stallman (Fload_average): New arg USE_FLOATS.
1998-04-27 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
1998-04-27 Richard M. Stallman (Fcompare_strings): Doc fix.
1998-04-23 Richard M. Stallman (Fstring_make_multibyte): Doc fix.
1998-04-20 Richard M. Stallman (Fcompare_strings): Require first 6 args.
1998-04-20 Richard M. Stallman (Fcompare_strings): New function.
1998-04-16 Richard M. Stallman (time): Declare it only if not HAVE_UNISTD_H.
1998-04-16 Richard M. Stallman (Frequire): Doc fix.
1998-04-14 Andreas Schwab (Fsubstring, substring_both, Fchar_table_range,
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-06 Andreas Schwab (Flength): Doc fix.
1998-04-06 Kenichi Handa (Fstring_as_unibyte): Set size_byte field to -1.
1998-04-02 Richard M. Stallman (Fstring_as_multibyte): Never return unibyte string unchanged.
1998-04-02 Richard M. Stallman (char_table_translate): New function.
1998-03-21 Richard M. Stallman (substring_both, Fsubstring): Use make_specified_string.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-19 Kenichi Handa (Fstring_as_multibyte): Call multibyte_chars_in_text
1998-03-03 Kenichi Handa (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
1998-03-02 Richard M. Stallman (internal_equal): compare_window_configurations takes new arg.
1998-02-27 Karl Heuer (mapcar1): Handle bool-vectors.
1998-02-20 Kenichi Handa (Fset_char_table_default): For an invalid character, call
1998-02-10 Kenichi Handa (Fstring_bytes): Declare arg STRING as Lisp_Object.
1998-02-10 Kenichi Handa (concat): Use Vnonascii_translate_table.
1998-02-08 Richard M. Stallman (Fstring_bytes): New function.
1998-02-02 Richard M. Stallman (concat): Handle bool-vectors correctly.
1998-02-02 Richard M. Stallman (concat): If making a string, a nonempty bool-vector is error.
1998-01-26 Richard M. Stallman (internal_equal): Use compare_window_configurations.
1998-01-22 Kenichi Handa (mapcar1): Keep `i' in `i_before' before `i' is
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-21 Richard M. Stallman (concat): Use unibyte_char_to_multibyte.
1998-01-18 Karl Heuer (concat): Move the test for all nil in `append'
1998-01-12 Kenichi Handa (concat): Check STRINGP before increasing result_len_byte.
1998-01-09 Richard M. Stallman (map_char_table): Unconditionally consider non-ASCII charsets.
1998-01-02 Richard M. Stallman (internal_equal): For markers, use bytepos instead of bufpos.
1997-11-21 Andreas Schwab * fns.c (map_char_table): Protoize parameter.
1997-10-23 Kenichi Handa (map_char_table): Do not operate on invalid characters.
1997-09-30 Karl Heuer (Qwidget_type): New variable.
1997-08-27 Richard M. Stallman (concat): Fix use of Fchar_bytes.
1997-08-26 Kenichi Handa (Fyes_or_no_p): Call Fread_from_minibuffer
1997-08-16 Richard M. Stallman (Flength): Doc fix.
1997-08-10 Kenichi Handa (concat): Pay attention to multibyte characters when
1997-08-08 Richard M. Stallman (Frequire): Don't insist on a suffix
1997-08-04 Richard M. Stallman (Frequire): Pass t for the MUST-SUFFIX arg to Fload.
1997-07-09 Richard M. Stallman (syms_of_fns): Fix previous change.
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-07-02 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
1997-06-23 Richard M. Stallman (Freverse): Simplify.
1997-06-18 Kenichi Handa (concat): Pay attention to multibyte characters when
1997-06-02 Richard M. Stallman (map_char_table): Use XSETFASTINT.
1997-05-30 Richard M. Stallman (Fchar_table_range, Fset_char_table_range):
1997-05-28 Kenichi Handa (map_char_table): For sub char-table, index should be
1997-05-23 Richard M. Stallman (internal_equal): When comparing strings, ignore text props.
1997-05-16 Kenichi Handa (copy_sub_char_table): Declare the argument ARG as
1997-05-15 Richard M. Stallman (Fcopy_sequence): Correctly copy the char-table contents.
1997-05-13 Richard M. Stallman (map_char_table): New arg SUBTABLE. Callers changed.
1997-04-07 Kenichi Handa (copy_sub_char_table): New function.
1997-04-03 Karl Heuer (Fcopy_sequence): Delete unused variable.
1997-03-18 Kenichi Handa (map_char_table): Handle multibyte characters.
1997-02-22 Karl Heuer (Fcopy_sequence, concat, internal_equal, Ffillarray):
1997-01-13 Richard M. Stallman (concat): Take modulus of thisindex before shifting.
1996-11-11 Richard M. Stallman Include frame.h and window.h.
1996-09-04 Richard M. Stallman (map_char_table): Declare depth as int.
1996-08-29 Richard M. Stallman (Fsubstring): Handle vectors as well as strings.
1996-07-16 Karl Heuer (Fy_or_n_p): Pass 3rd arg to Flookup_key.
1996-02-21 Karl Heuer (map_char_table): Fix args in recursive call.
1996-02-04 Richard M. Stallman (syms_of_fns): Set yes-or-no-p-history to nil.
1996-02-01 Richard M. Stallman (Qcursor_in_echo_area): New variable.
1996-01-27 Richard M. Stallman (Fy_or_n_p): Call choose_minibuf_frame.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Karl Heuer (Fset_char_table_parent): Fix previous change.
1996-01-09 Erik Naggum (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,
1996-01-07 Erik Naggum (Fplist_get): Rename arg `val' to `plist' as in doc.
1995-12-26 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p.
1995-11-07 Geoff Voelker [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-30 Richard M. Stallman (Fsafe_length): Add missing parentheses around & within comparison.
1995-10-23 Erik Naggum (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
1995-10-19 Erik Naggum (Fmap_char_table): Call map_char_table with correct args.
1995-10-18 Richard M. Stallman (Fchar_table_subtype): New function.
1995-10-11 Richard M. Stallman (Fcopy_sequence): Call Fmake_char_table the new way.
1995-10-07 Richard M. Stallman (Fset_char_table_range): New function.
1995-07-20 Karl Heuer (Fsafe_length): Use conservative upper bound.
1995-07-01 Richard M. Stallman (Fsafe_length): New function.
1995-06-03 Karl Heuer (NULL): Define if not defined.
1995-05-30 Karl Heuer (Frandom): Use EMACS_INT, not int.
1995-04-24 Karl Heuer (Fplist_put): Don't signal an error if plist isn't a cons.
1995-04-07 Richard M. Stallman (internal_equal): Use XMISCTYPE.
1995-04-07 Karl Heuer Update copyright.
1995-04-06 Karl Heuer (Fplist_put): Fix missing \n\.
1995-04-03 Karl Heuer (Fy_or_n_p): Don't log prompt.
1995-03-28 Richard M. Stallman (Fconcat): Undo previous change.
1995-03-27 Richard M. Stallman (Fget, Fput): Fetch and store symbol's plist directly.
1995-03-27 Boris Goldowsky (Fplist_put, Fplist_get): New fns.
1995-03-22 Karl Heuer (concat): Treat integers as characters, not strings.
1995-01-29 Richard M. Stallman (Frassoc): New function.
1995-01-19 Karl Heuer (Frandom): Call seed_random and get_random.
1995-01-12 Karl Heuer (internal_equal): Delete redundant tests.
1995-01-12 Richard M. Stallman (internal_equal): Once again use a switch.
1994-12-30 Richard M. Stallman (Flength): Handle compiled function as pseudovector.
1994-12-04 Richard M. Stallman (internal_equal): Call compare_string_intervals.
1994-11-23 Richard M. Stallman (Fy_or_n_p): Handle exit-prefix in query-replace-map.
1994-11-18 Karl Heuer (Fvconcat, concat): Use Lisp_Vectorlike.
1994-11-16 Karl Heuer (Flength): Don't call Farray_length, just use size field.
1994-11-15 Karl Heuer (internal_equal): Use new overlay substructure.
1994-10-11 Karl Heuer (internal_equal): Check the substructure.
1994-10-04 Karl Heuer (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.
1994-09-27 Karl Heuer (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,
1994-09-21 Richard M. Stallman (concat3): New function.
1994-09-19 Karl Heuer (Frandom): Fix Lisp_Object vs. int problems.
1994-07-30 Richard M. Stallman (Frandom): Handle LIMIT >= 40000000.
1994-07-28 Richard M. Stallman (Frandom): Fix previous change.
1994-07-26 Richard M. Stallman (Frandom): Use just the low 30 bits of random's value.
1994-06-07 Karl Heuer (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.
1994-06-05 Richard M. Stallman (Fy_or_n_p): Don't use dialog box if not an X frame.
1994-05-04 Karl Heuer Update copyright.
1994-04-20 Richard M. Stallman Doc fixes.
1994-04-13 Karl Heuer (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
1994-03-23 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
1994-03-19 Richard M. Stallman (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
1994-03-16 Karl Heuer (Frandom): Eliminate bias in random number generator.
1994-03-14 Richard M. Stallman Whitespace change.
1994-03-11 Fred Pierresteguy (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
1994-02-24 Richard M. Stallman (Fy_or_n_p): Use a popup menu if reached via mouse command.
1994-01-23 Richard M. Stallman (Fconcat): Doc fix.
1994-01-22 Richard M. Stallman (Fassq, Fassoc): Doc fixes.
1994-01-04 Richard M. Stallman (Fmapconcat): Doc fix.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-14 Richard M. Stallman (internal_equal): Typo in previous change.
1993-08-14 Richard M. Stallman (internal_equal): All markers in no buffer are equal.
1993-08-05 Richard M. Stallman (Fyes_or_no_p): Use Qyes_or_no_p_history.
1993-07-06 Jim Blandy * fns.c (Fsubstring, concat): Pass all six arguments to
1993-06-01 Richard M. Stallman (internal_equal): Don't let ints be equal to floats.
1993-05-31 Richard M. Stallman (Fyes_or_no_p): Delete unreachable UNGCPRO.
1993-05-22 Jim Blandy Updated copyright years.
1993-05-14 Jim Blandy * lisp.h (Lisp_Overlay): New tag.
1993-05-04 Jim Blandy Arrange for Fy_or_n_p to put off switch-frame events.
1993-04-17 Richard M. Stallman (provide, require): Put appropriately-marked
1993-04-13 Richard M. Stallman (Fy_or_n_p): Echo the answer just once, at exit.
1993-03-30 Jim Blandy Rename int-to-string to number-to-string, since it can handle
1993-03-25 Richard M. Stallman (Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit.
1993-03-22 Richard M. Stallman (Fy_or_n_p): Handle `recenter' response type.
1993-03-14 Jim Blandy * fns.c (Fy_or_n_p): Display the answer.
1993-03-10 Richard M. Stallman (Fy_or_n_p): Use query-replace-map.
1993-02-22 Jim Blandy * fns.c (Fequal): Call internal_equal to recurse on elements of
1993-01-26 Jim Blandy * fns.c (internal_equal): Protect the clause for comparing numbers
1993-01-26 Jim Blandy JimB's changes since January 18th
1993-01-08 Richard M. Stallman (Frandom): Change arg name.
1992-10-31 Jim Blandy * fns.c: #include keyboard.h.
1992-09-22 Jim Blandy Doc fix.
1992-09-22 Jim Blandy * fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag.
1992-09-11 Richard M. Stallman (Fy_or_n_p): Pass new args to read_char.
1992-08-29 Jim Blandy * fns.c (Fyes_or_no_p): Call Fsleep_for with the appropriate
1992-08-28 Richard M. Stallman (Fappend): Doc fix.
1992-07-24 Richard M. Stallman entered into RCS
1992-07-24 Richard M. Stallman *** empty log message ***
1992-07-13 Jim Blandy *** empty log message ***
1992-07-11 Richard M. Stallman *** empty log message ***
1992-06-24 Jim Blandy *** empty log message ***
1992-01-13 Jim Blandy *** empty log message ***
1991-09-26 Jim Blandy *** empty log message ***
1991-08-18 Roland McGrath *** empty log message ***
1991-08-17 Richard M. Stallman *** empty log message ***
1991-07-24 Jim Blandy *** empty log message ***
1991-03-07 Jim Blandy Initial revision