summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2000-03-26(Qfunction_documentation): New variable.Gerd Moellmann
2000-03-07(Fdocumentation_property): If value is not a string,Gerd Moellmann
2000-02-01Copyright up-date.Dave Love
2000-02-01(Vhelp_manyarg_func_alist): New variable.Dave Love
1999-11-16(Fdocumentation): Remove gcpro here too.Dave Love
1999-11-12(Fdocumentation_property): Remove GCPRO becauseGerd Moellmann
1999-11-02(Fdocumentation_property): Fix bug bypassing UNGCPRO.Gerd Moellmann
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert
1999-10-18(Fdocumentation_property): Remove register declaration for `tem'.Dave Love
1999-10-18(Fdocumentation_property): Gcpro `tem'.Dave Love
1999-09-19(read_bytecode_char): Declare arg.Dave Love
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn
1999-04-06(get_doc_string): When UNIBYTE and DEFINITION are 0,Richard M. Stallman
1998-12-21(Fdocumentation): Change the doc string for prefixAndreas Schwab
1998-08-02(Fdocumentation): Specify UNIBYTE = 0Richard M. Stallman
1998-07-05(get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman
1998-06-24(get_doc_string): Take both UNIBYTE and DEFINITION as args.Richard M. Stallman
1998-06-24(get_doc_string): 2nd arg is now DEFINITION;Richard M. Stallman
1998-05-28(get_doc_string): Make non-static.Richard M. Stallman
1998-05-12(get_doc_string): New arg UNIBYTERichard M. Stallman
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-03-21(Fsubstitute_command_keys): Use make_string_from_bytes.Richard M. Stallman
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman
1998-01-30(Fsubstitute_command_keys): Declare length_byte out ofKenichi Handa
1998-01-21Update copyright year.Richard M. Stallman
1998-01-09Include charset.h.Richard M. Stallman
1997-07-12(Fsubstitute_command_keys): Add missing describe_map_tree argument.Richard M. Stallman
1996-02-22(get_doc_string): Move static vars outside the function,Richard M. Stallman
1996-02-12(get_doc_string): Always read entire disk blocks.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-09(Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):Erik Naggum
1995-11-11(Fdocumentation): Reject a file referenceRichard M. Stallman
1995-10-19(Fsubstitute_command_keys): Pass new arg to describe_map_tree.Richard M. Stallman
1995-06-16(Fsubstitute_command_keys):Karl Heuer
1995-05-26(Fsubstitute_command_keys): Cast arg of describe_map_tree.Karl Heuer
1995-04-14(get_doc_string): Add cast.Richard M. Stallman
1995-04-07(get_doc_string): In (STRING . INTEGER), if INTEGERRichard M. Stallman
1995-01-05Fix typo in last change.Roland McGrath
1995-01-05(store_function_docstring, Fdocumentation): Use & PSEUDOVECTOR_SIZE_MASK onRoland McGrath
1995-01-04(store_function_docstring): Arg is now EMACS_INT.Richard M. Stallman
1994-12-21(get_doc_string): Now static. Arg now Lisp_Object.Richard M. Stallman
1994-11-18(Fdocumentation): Use type test macros.Karl Heuer
1994-11-16(Fdocumentation): Use NATNUMP instead of its expansion.Karl Heuer
1994-10-04(store_function_docstring): Don't use XFASTINT as an lvalue.Karl Heuer
1994-09-27(get_doc_string, Fdocumentation, Fdocumentation_property,Karl Heuer
1994-09-25(get_doc_string): Look in ../etc while dumping.Richard M. Stallman
1994-09-17(Fdocumentation): Use EMACS_INT.Richard M. Stallman
1994-08-17(store_function_docstring): Do nothing for bytecode objectRichard M. Stallman
1994-05-04Update copyright.Karl Heuer
1994-04-13[HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman