log

age author description
2015-05-11 Aidan Kehoe Remove an old, buggy attempt to preserve East Asian chars, encode_unicode_char
2015-05-10 Aidan Kehoe Fix a bug when passing a float to truncate and giving a bignum result.
2015-05-10 Aidan Kehoe GMP functions that take doubles choke on non-finite values, avoid that.
2015-05-09 Aidan Kehoe Be less misleading in errors, data.c
2015-05-09 Aidan Kehoe Placate the C++ compiler, read_rational().
2015-05-08 Aidan Kehoe Use parse_integer() in read_atom(); support bases with ratios like integers
2015-05-08 Aidan Kehoe Sort the symbols in general-slots.h using the Lisp provided.
2015-05-08 Aidan Kehoe chartab.h, #define get_char_table_mirrors_ok correctly sans ERROR_CHECK_TYPES
2015-05-08 Aidan Kehoe Fix a bug in #'parse-integer with negative bignums and non-nil JUNK-ALLOWED
2015-05-08 Aidan Kehoe Revise print_symbol(), never calling is{float,ratio}_string().
2015-05-08 Aidan Kehoe Return ratios in canonical form too, #'string-to-number
2015-05-08 Aidan Kehoe Make get_char_table in loop bodies more tolerable without optimization.
2015-05-05 Stephen J. Turnbull Oops, regenerate and push configure.
2015-05-05 Stephen J. Turnbull Report all compiler arguments in Installation.
2015-05-05 Stephen J. Turnbull Collect macro definitions in configure.ac.
2015-05-04 Stephen J. Turnbull Regenerate configure.
2015-05-04 Stephen J. Turnbull Add ChangeLog.
2015-05-04 Stephen J. Turnbull Fix shell syntax error.
2015-05-04 Stephen J. Turnbull Update Postgresql module for 2015 and MacPorts reality.
2015-04-20 Jerry James Define ALIGNOF using C11 and C++11 operators.
2015-04-18 Aidan Kehoe Merge.
2015-04-18 Aidan Kehoe Import the #'clear-string API from GNU, use it in tls.c
2015-04-18 Aidan Kehoe Import the #'clear-string API from GNU, use it in tls.c
2015-04-11 Aidan Kehoe #'set-locale-for-language-environment, bind a local variable correctly.
2015-04-11 Aidan Kehoe Correct a bug in #'check-type, non-setf'able PLACEs
2015-04-09 Aidan Kehoe Call #'read-passwd when requesting a password from the user, tls.c
2015-04-09 Aidan Kehoe Prototype for X509_check_host() has changed, detect this in configure.ac
2015-04-08 Aidan Kehoe Be more careful about C integer overflow, #'parse-integer.
2015-04-04 Aidan Kehoe Always return a string, #'current-message.
2015-04-02 Aidan Kehoe If not waiting for C-x #, don't memorise the device, #'gnuserv-edit-files
2015-04-02 Aidan Kehoe Escape quotation marks when printing values interactively, #'getenv
2015-04-01 Aidan Kehoe Reduce regexp usage, now CL-oriented non-regexp code available, core Lisp
2015-03-31 Aidan Kehoe Preserv the current buffer on non-local exit, #'accept-process-output.
2015-03-28 Vin Shelton Fix a small typo
2015-03-27 Aidan Kehoe Move extents.c to working in byte positions only; fix a bug, extent_detach()
2015-03-27 Vin Shelton Removed src/m/x86_64.h and fixed a typo in src/s/cygwin64.h
2015-03-26 Vin Shelton Configure support for 64-bit cygwin
2015-03-24 Vin Shelton Use cast for malloc call to satisfy VS6
2015-03-24 Vin Shelton Get M-x shell working on cygwin
2015-03-20 Stephen J. Turnbull Fix unintended default of TLS to OpenSSL.
2015-03-20 Aidan Kehoe Don't extract a fixnum value unnecessarily, thank you Robert Delius Royar
2015-03-17 Aidan Kehoe Clean up #'read-quoted-char, support help-event-list there.
2015-03-17 Aidan Kehoe Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin.
2015-03-17 Aidan Kehoe Don't tickle an unreasonable but standard C lib limitation, thank you Vin!
2015-03-16 Aidan Kehoe digit.el missed on previous commit
2015-03-16 Aidan Kehoe Correct some code with badly-placed parentheses, thank you Mats Lidell.
2015-03-16 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.
2015-03-16 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out