Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src /
2021-04-08 Steve YoungsBuild Fix -- Remove some duplicate symbol defs to appea...
2020-04-19 Steve YoungsImprovements to #'directory-files, #'directory-files...
2020-04-18 Nelson FerreiraImprove directory-files{,-recur} options
2020-04-18 Nelson FerreiraRemove SYMLINK-IS-FILE argument
2020-04-18 Nelson FerreiraProvide full pathname in docstrings for loaded modules
2020-04-04 Steve YoungsFix -- #'directory-files{,-recur} MATCH arg handling...
2020-04-03 Nelson FerreiraFix some long lines in dired.c
2020-04-03 Nelson FerreiraAdd match-full option to directory-files{,-recur}
2020-04-03 Nelson FerreiraAdd to directory-files SYMLINK_IS_FILE and BLOOM_FILTER...
2020-04-03 Nelson FerreiraFix directory-files{,-recur} detection of symlinks...
2020-04-03 Nelson FerreiraRemove #if 0 varargs
2020-04-03 Nelson FerreiraUpdate directory-files{,-recur} argument checking
2020-04-03 Nelson FerreiraRemove unused #ifdef USE_MATCH_ARG
2020-04-03 Nelson FerreiraAllow pathname_matches_p to be called if match is predicate
2020-03-15 Steve YoungsUpdates from Nelson
2020-03-14 Nelson FerreiraSpawn new process with ADDR_NO_RANDOMIZE personality...
2020-03-14 Nelson FerreiraAdd raw_execvp, to use with already converted strings
2020-03-14 Nelson FerreiraRename __alloc_size to __sxe_alloc_size to avoid clash...
2019-05-26 Steve YoungsAlways use the system malloc (removes gmalloc.c malloc.c).
2016-10-26 Steve YoungsMake #'require's NOERROR arg do its job properly.
2016-10-25 Steve YoungsAdd the 'noerror' argument to #'require.
2016-10-01 Steve YoungsAll of SXEmacs' http URLs are now https. WooHoo!
2016-05-21 Steve YoungsUpdate PUI to use ffi-curl
2016-05-16 Steve YoungsImplement a blacklist for problem OpenSSL ciphers.
2016-03-15 Steve YoungsFix the fix to really close 181
2016-03-14 Nelson FerreiraFix MPFR Flog implementation
2016-03-14 Steve YoungsClose 181
2016-03-12 Nelson FerreiraFix bug 181: log does not take base into account withou...
2016-01-16 Steve YoungsError instead of crashing on OGG/MP3 streams
2016-01-16 Nelson FerreiraDebug message fix
2016-01-16 Nelson FerreiraFix crash when using ffmpeg to play mp3 and ogg
2016-01-10 Steve YoungsFfile_basename(), Ffile_dirname() updates, POSIX compliance
2016-01-09 Nelson FerreiraUse xrealpath
2016-01-09 Nelson FerreiraMake basename and dirname POSIX compliant
2016-01-09 Nelson FerreiraImprove documentation
2016-01-01 Steve YoungsLadies and Gentlement, FFmpeg is back!
2015-12-31 Nelson FerreiraFinal set of changes for a working ffmpeg.
2015-12-31 Nelson FerreiraMore update to newer ffmpeg API
2015-12-31 Nelson FerreiraUse new virtual IO api
2015-12-31 Nelson FerreiraCleanup global video state.
2015-12-31 Nelson FerreiraAdditional usage of the new api
2015-12-27 Nelson FerreiraUpdate ffmpeg codec and media constants
2015-12-27 Nelson FerreiraFix metadata usage
2015-12-26 Steve YoungsA place to keep aliases to built-in constants when...
2015-12-25 Nelson FerreiraRevert "Fix the fix, make pi a normal lisp var (Closes...
2015-12-23 Steve YoungsFix the fix, make pi a normal lisp var (Closes bug...
2015-12-21 Steve YoungsDefine `pi' in elisp, even with bigfr. (Closes bug...
2015-12-21 Steve YoungsMore warning fixes from Nelson
2015-12-20 Nelson FerreiraFixing more TTY/term warning/prototype craziness.
2015-12-20 Nelson FerreiraMerge branch 'master' into for-steve
2015-12-20 Nelson FerreiraMore term crazyness warnings fixing.
2015-12-13 Steve YoungsCompiler warning fixes from Nelson
2015-12-12 Nelson FerreiraAdd missing declaration for make_bigz
2015-12-12 Nelson FerreiraMore eliminate silly warnings
2015-12-12 Nelson FerreiraEliminate silly warnings
2015-12-12 Nelson FerreiraFix openssl support
2015-12-06 Steve YoungsCompiler & warning related updates/fixes from Nelson
2015-12-06 Steve YoungsTypo fix, 'max_align_t' -> 'sxe_max_align_t'
2015-12-06 Nelson FerreiraSilence warnings about usage of deprecated function...
2015-12-06 Nelson FerreiraUse proper assert in lwlib
2015-12-06 Nelson FerreiraFix typo on include guard for term.h
2015-12-06 Nelson FerreiraUse proper max in lwlib
2015-12-06 Nelson FerreiraAdd some prototype to silence silly warnings.
2015-12-06 Nelson FerreiraTurn off warning about deprecated usage of __free_hook.
2015-12-06 Nelson FerreiraUse min/max from sxe-utils
2015-12-06 Nelson FerreiraProperly handle return from getcwd.
2015-12-06 Nelson FerreiraShut set but unused warnings.
2015-12-06 Nelson FerreiraRename our max_align_t to sxe_max_align_t
2015-12-06 Nelson FerreiraMark variables set but unused.
2015-12-06 Nelson FerreiraFixup assert definitions.
2015-12-06 Nelson FerreiraAdd SXE_SET_UNUSED to shut unused warnings.
2015-12-06 Nelson FerreiraCleanup utilities. Introduce sxe-memory.h
2015-09-14 Steve YoungsTTY + General build chain related updates
2015-09-08 Nelson FerreiraAttempt to provide speed_t
2015-09-08 Nelson FerreiraImprove term initialization output
2015-07-10 Steve YoungsSupport both "-*-coding:" and "-*- coding:" in magic...
2015-06-14 Nelson FerreiraMerge remote-tracking branch 'origin/master' into for...
2015-06-14 Steve YoungsAdd 'scan-error' error type.
2015-06-12 Steve YoungsRework dirname tests & prevent 2 cores at configure...
2015-06-11 Nelson FerreiraFix configure dirname. Also streamline dirname usage.
2015-06-10 Nelson FerreiraSignal error when callbacks are not supported in ffi
2015-06-10 Steve YoungsHelp prevent input method failures in XCreateIC from...
2015-06-07 Nelson FerreiraAvoid XCreateIC failures
2015-06-07 Nelson FerreiraDocument LANG and XMODIFIERS in case of XCreateIC failure
2015-06-07 Nelson FerreiraDocument LANG and XMODIFIERS in case of XCreateIC failure
2015-06-07 Steve YoungsCompiler warning fixes from Nelson
2015-06-07 Nelson FerreiraMerge branch 'signing_for_steve' into for-steve
2015-06-07 Nelson FerreiraRemove unused variable and dead code.
2015-06-07 Nelson FerreiraSilence variable set but not used in macro expansion.
2015-06-07 Nelson FerreiraRemove unused variable (value already inspectable)
2015-06-07 Nelson FerreiraSilence some variable set but not used warnings.
2015-06-06 Steve YoungsXDG-compliant location for early-packages
2015-06-04 Steve YoungsXDG Compliant user (early) packages tree.
2015-05-10 Steve YoungsBring some consistency to command line switches
2014-03-16 Steve YoungsSupport user/group lookups from Nelson
2014-03-16 Nelson FerreiraAdd support for Unix lookup by name to user-uid and...
2014-03-16 Nelson FerreiraAdd support for Unix groups comparable to user id
2014-02-14 Steve YoungsMac OS fixes from Nelson
2014-02-14 Nelson FerreiraFix SEGV while building autoloads for modules in Mac...
2014-01-16 Steve Youngs#'directory-files fix (Closes 163)
next