aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* * fns.c (Fputhash): Document return value.Daniel Colascione2011-06-061-1/+1
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-105/+129
* [ChangeLog]Paul Eggert2011-05-281-1/+1
* avoid a sign-extension bug in crypto_hash_functionJim Meyering2011-05-281-2/+7
* Merge: Integer overflow fixes.Paul Eggert2011-05-271-1/+1
|\
| * merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-201-1/+1
* | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-271-10/+8
* | Implement primitive `sha1' and remove sha1.elLeo Liu2011-05-241-37/+92
|/
* * fns.c: Fix misspellings.Paul Eggert2011-05-131-6/+6
* * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long.Paul Eggert2011-04-271-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* * fns.c (internal_equal): Don't assume size_t fits in int.Paul Eggert2011-04-181-5/+3
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
* * fns.c (vector): Remove; this old hack is no longer needed.Paul Eggert2011-04-151-5/+0
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-44/+44
* * fns.c (weak_hash_tables): Now static.Paul Eggert2011-04-131-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-7/+9
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-44/+44
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-1/+1
* Undo Fstring_to_unibyte change.Paul Eggert2011-04-051-4/+1
* * fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert2011-04-051-1/+4
* * fns.c (sxhash): Redo loop for clarity and to avoid wraparound warning.Paul Eggert2011-04-021-3/+3
* * fns.c (substring_both): Remove var that is set but not used.Paul Eggert2011-04-021-8/+1
* Merge from trunkStefan Monnier2011-03-311-33/+30
|\
| * Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-33/+30
* | Merge from trunkStefan Monnier2011-03-211-14/+11
|\|
| * * fns.c (Ffillarray): Rename locals to avoid shadowing.Paul Eggert2011-03-161-9/+9
| * * fns.c (require_nesting_list, require_unwind): Now static.Paul Eggert2011-03-161-2/+2
| * * fns.c (get_random, seed_random): Move extern decls from here ...Paul Eggert2011-03-141-3/+0
* | Get rid of funvec.Stefan Monnier2011-02-241-14/+11
* | Merge from trunkStefan Monnier2011-02-211-6/+6
|\|
| * Change B_ to BVARTom Tromey2011-02-161-6/+6
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* | Merge from trunkStefan Monnier2011-02-111-12/+13
|\|
| * * fns.c: conform to C89 pointer rulesPaul Eggert2011-02-061-12/+13
* | Merge from trunkStefan Monnier2011-02-011-36/+22
|\|
| * Use SSDATA when the context wants char *.Paul Eggert2011-01-301-10/+9
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong2011-01-191-10/+12
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-12/+4
| * Merge from mainline.Paul Eggert2011-01-171-2/+0
| |\
| | * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
| * | Merge from mainline.Paul Eggert2011-01-111-4/+7
| |\|
| | * * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-2/+2
| | * Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-081-4/+7
| * | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
| |/
| * * src/fns.c (Fyes_or_no_p): Add usage.Andreas Schwab2011-01-081-2/+3
| * Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-071-9/+4
| * Remove unused declarationsAndreas Schwab2010-12-271-3/+3
* | Merge from trunkStefan Monnier2010-09-301-66/+73
|\|