aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fsubstring): Clarify doc string.Francesco Potortì2003-01-141-31/+31
|
* (Freverse): Use QUIT.Dave Love2003-01-131-1/+4
|
* Include coding.h. Use POINTER_TYPE*, not void*.Dave Love2003-01-061-4/+96
| | | | | | | (Vlocale_coding_system): Declare. (Qcodeset, Qdays, Qmonths, Qpaper): New. (Flanginfo): New. (syms_of_fns): Initialize new stuff.
* (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-291-2/+2
| | | | already provided.
* fns.c (Frequire): Change nesting allowance from 2 to 3 to cause moreSteven Tamm2002-11-281-1/+1
| | | | | descriptive error output from lread.c:Fload upon most require cycles during bootstrapping
* (Fmap_char_table): Cast `call2'.Dave Love2002-11-141-2/+2
|
* (Fcopy_sequence): Doc fix.Dave Love2002-11-141-1/+1
|
* (Fmap_char_table): Don't use map_char_table's function arg.Stefan Monnier2002-11-121-1/+1
|
* (Flength): Doc fix.John Paul Wallington2002-10-051-2/+2
|
* * fns.c (concat): Use SSET.Ken Raeburn2002-07-161-6/+6
| | | | (concat, Fdelete): Use SDATA.
* * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.Ken Raeburn2002-07-151-1/+1
|
* * fns.c (concat): Use STRING_SET_CHARS.Ken Raeburn2002-07-151-2/+2
|
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-102/+102
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-2/+2
|
* (Fnconc): Use XCDR.Stefan Monnier2002-07-071-48/+7
| | | | | | | | | (Fprovide): Use CONSP and XCDR. (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX) (HASH_TABLE_SIZE): Delete: moved to lisp.h. (Fmake_hash_table): Accept `:size nil'. (Fmakehash): Delete: moved to subr.el. (syms_of_fns): Don't defsubr makehash.
* (Fstring_make_unibyte): Doc fix.Eli Zaretskii2002-06-051-2/+4
|
* (md5): Pass FILE arg to Vselect_safe_coding_system_function.Richard M. Stallman2002-06-031-2/+2
|
* * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): UseKen Raeburn2002-05-201-9/+9
| | | | SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
* Comment change.Richard M. Stallman2002-04-301-0/+2
|
* (Frequire): Error if called while preparing to dump.Richard M. Stallman2002-04-301-1/+5
|
* Fix typo.Pavel Janík2002-04-221-1/+1
|
* (use-dialog-box): Doc fix.Pavel Janík2002-04-201-1/+1
|
* (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.Pavel Janík2002-04-121-1/+12
|
* (Flax_plist_put): Doc fix.Kim F. Storm2002-03-291-1/+1
|
* (Fsubstring_no_properties): New function.Richard M. Stallman2002-03-261-0/+126
| | | | | (Flax_plist_get, Flax_plist_put): New functions. (syms_of_fns): defsubr them.
* (Ffeaturep): Allow subfeature to be a list (test usingKim F. Storm2002-03-211-1/+2
| | | | | Fmember rather than Fmemq). (Fprovide): Check that subfeatures is a list.
* Doc fix.Pavel Janík2001-11-131-3/+2
|
* (Freverse): Reindent.Pavel Janík2001-11-131-1/+1
|
* (copy_hash_table): Remove unused variable `v'.Pavel Janík2001-11-061-1/+1
|
* (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.Richard M. Stallman2001-11-051-3/+3
|
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-55/+55
|
* (require_unwind): Return Lisp_Object.Gerd Moellmann2001-10-311-1/+2
|
* (Frequire): Detect recursive try to require the sameRichard M. Stallman2001-10-301-1/+43
| | | | | | | feature 3 or more levels deep, and get error. (require_unwind): New subroutine. (require_nesting_list): New variable. (syms_of_fns): Init and staticpro it.
* (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply, Fmake_hash_table):Miles Bader2001-10-211-6/+13
| | | | Add usage: string to doc string.
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-161-241/+239
|
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-4/+4
| | | | with lisp system changes.
* (Vafter_load_alist): Declare extern (w32 build problem).Sam Steingold2001-10-151-1/+2
|
* (Fmapconcat): Fix typo in a doc string.Pavel Janík2001-10-151-1/+1
|
* Put doc strings in comments.Gerd Moellmann2001-10-131-433/+442
|
* (Ffeaturep): Add new `subfeature' arg.Stefan Monnier2001-10-121-9/+25
| | | | | | (Fprovide): Add new `subfeatures' arg. Use `after-load-alist'. (Qsubfeatures): New var. (syms_of_fns): Initialize it.
* Include keymap.h.Stefan Monnier2001-10-081-0/+1
|
* Don't define min/max.Gerd Moellmann2001-10-081-5/+0
|
* Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessingGerd Moellmann2001-10-051-1/+1
| | | | symbols' value directly.
* (Fmd5): Doc fix.Eli Zaretskii2001-09-011-1/+1
|
* * fns.c (Fset_char_table_default): Check that a charset is defined before ↵Ken Raeburn2001-07-181-1/+1
| | | | checking its dimension.
* Include blockinput.h.Gerd Moellmann2001-04-111-0/+1
|
* (Fplist_get): Don't QUIT is interrupt_input_blocked.Gerd Moellmann2001-04-111-1/+6
|
* (Fcompare_strings): Fix return values.Gerd Moellmann2001-04-101-2/+2
|
* (Fplist_get, Fplist_put): Add QUITs.Gerd Moellmann2001-04-091-8/+15
|
* (Frequire): Doc fix. Rename parameter FILE_NAME toGerd Moellmann2001-04-051-7/+8
| | | | FILENAME to bring it in synch with the documentation.