summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * fns.c (Frandom): Fix rare bug where the result isn't random.Paul Eggert2014-03-19
* (Fyes_or_no_p): Doc fixLars Ingebrigtsen2014-02-09
* * fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.Lars Ingebrigtsen2014-02-09
* Port to C89.Paul Eggert2014-01-02
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * src/lisp.h (FOR_EACH_TAIL): New macro.Stefan Monnier2013-12-04
* * src/fns.c (internal_equal): Add a hash_table argument to handle cycles.Stefan Monnier2013-11-29
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-13
* Simplify and port recent bool vector changes.Paul Eggert2013-11-04
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* * fns.c (Fstring_as_unibyte): Fix last change.Dmitry Antipov2013-10-16
* * fns.c (Fstring_as_unibyte): Use xlispstrdup.Dmitry Antipov2013-10-16
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-14
* * fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert2013-10-09
* * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-08
* Fixed x-popup-dialog.Eli Zaretskii2013-09-29
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* * fileio.c, fns.c (merge): Move extern decl from here ...Paul Eggert2013-08-01
* * fns.c (toplevel): Remove comment before Fsafe_length becauseDmitry Antipov2013-07-29
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Port to C89.Paul Eggert2013-07-10
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* * fns.c (Fcopy_sequence): Simplify XTYPE calculation.Paul Eggert2013-06-15
* * lisp/subr.el (with-eval-after-load): New macro.Stefan Monnier2013-06-13
* * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-08
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-07
* Prefer `message1' over `message'.Stefan Monnier2013-02-17
* Minor hashing refactoring.Paul Eggert2013-02-09
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-07
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-23
* Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-19
|\
| * * src/fns.c (Frandom): Doc fix.Glenn Morris2013-01-16
* | * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-03
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-02
|\|
| * Add 2013 to more copyright yearsGlenn Morris2013-01-02
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-21
|\|
| * * fns.c (Fcompare_strings): Doc fix.Chong Yidong2012-12-15
* | * fns.c (Qeql, hashtest_eq): Now static.Paul Eggert2012-11-08
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-08
* | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-08
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-08
* | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-08
|/
* * src/fns.c (Fnreverse): Include the problem element when signalling an error.Stefan Monnier2012-10-18
* * src/fns.c (check_hash_table, get_key_arg, maybe_resize_hash_table)Stefan Monnier2012-10-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Update docs for a bunch of 24.3 changes.Chong Yidong2012-09-30