Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug with min and max and NaNs | Paul Eggert | 2017-09-17 | 1 | -6/+6 |
* | ; * src/data.c (minmax_driver): Fix last change. | Eli Zaretskii | 2017-09-16 | 1 | -1/+1 |
* | Avoid GCC 7 compilation warning in data.c | Eli Zaretskii | 2017-09-16 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Improve --enable-gcc-warnings for MinGW64 | Paul Eggert | 2017-09-09 | 1 | -3/+3 |
* | Fix compilation warnings in MinGW64 build using GCC 7 | Eli Zaretskii | 2017-09-09 | 1 | -3/+3 |
* | Remove Lisp_Misc_Float | Paul Eggert | 2017-06-11 | 1 | -2/+0 |
* | Remove two FIXMEs that can't be fixed | Philipp Stephani | 2017-06-04 | 1 | -6/+4 |
* | Reimplement module functions | Philipp Stephani | 2017-05-20 | 1 | -2/+11 |
* | Check that signed right shift is arithmetic | Paul Eggert | 2017-05-19 | 1 | -5/+8 |
* | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -1/+1 |
* | Introduce new misc type for module function | Philipp Stephani | 2017-05-06 | 1 | -0/+3 |
* | Add PVSIZE function to return the size of a pseudovector. | Lars Brinkhoff | 2017-04-10 | 1 | -5/+4 |
* | Deprecate copy-record in favor of copy-sequence | Paul Eggert | 2017-04-07 | 1 | -2/+2 |
* | Minor cleanups related to type-of | Paul Eggert | 2017-04-04 | 1 | -5/+5 |
* | Add record objects with user-defined types. | Lars Brinkhoff | 2017-04-04 | 1 | -3/+32 |
* | Use switch on pseudovector types; plus cleanups along the way | Stefan Monnier | 2017-03-12 | 1 | -33/+34 |
* | * src/data.c (arithcompare): Add comments. | Paul Eggert | 2017-03-08 | 1 | -4/+18 |
* | * data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER. | Andreas Schwab | 2017-03-08 | 1 | -1/+4 |
* | * data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): Reorder | Andreas Schwab | 2017-03-08 | 1 | -6/+6 |
* | min and max should not return markers | Paul Eggert | 2017-03-07 | 1 | -2/+2 |
* | Remove isnan hack for Solaris 10 gcc 3.4.3 | Paul Eggert | 2017-03-07 | 1 | -2/+5 |
* | min and max now return one of their arguments | Paul Eggert | 2017-03-06 | 1 | -23/+20 |
* | Compare and round more carefully | Paul Eggert | 2017-03-04 | 1 | -23/+22 |
* | Fix rounding errors in <, =, etc. | Paul Eggert | 2017-03-02 | 1 | -32/+54 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -1/+1 |
* | Remove annoying warnings about let-binding | Eli Zaretskii | 2017-02-18 | 1 | -19/+0 |
* | Simplify use of FOR_EACH_TAIL | Paul Eggert | 2017-02-05 | 1 | -0/+6 |
* | Revert two accidental commits | Dima Kogan | 2017-01-31 | 1 | -50/+0 |
* | stash | Dima Kogan | 2017-01-30 | 1 | -0/+50 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | Reorder lisp.h to declare types before using them | Paul Eggert | 2016-12-25 | 1 | -0/+1 |
* | | * src/data.c (Fmake_variable_frame_local): Remove | Stefan Monnier | 2016-12-21 | 1 | -124/+9 |
* | | Clean up var watcher disabling on thread switching | Noam Postavsky | 2016-12-12 | 1 | -17/+29 |
* | | Un-revert recent Ffset change | Glenn Morris | 2016-12-12 | 1 | -0/+3 |
* | | Revert earlier Ffset change | Glenn Morris | 2016-12-10 | 1 | -3/+0 |
* | | Do not allow nil to be defined as a function | Glenn Morris | 2016-12-10 | 1 | -0/+3 |
* | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -0/+39 |
|\ \ | |||||
| * \ | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -0/+39 |
| |\ \ | |||||
| | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -208/+676 |
| | |\ \ | |||||
| | * | | | fix style of threadp, mutexp, and condition-variable-p | Tom Tromey | 2013-08-27 | 1 | -6/+3 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -12/+5 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -9/+4 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -2/+92 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-06-13 | 1 | -2/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -47/+15 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -6/+4 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -140/+84 |
| | |\ \ \ \ \ \ \ \ \ \ |