ecl.git
2015-08-30 Matthew MondorMerge branch 'develop' of gitlab.com:embeddable-common...
2015-08-30 Daniel Kochmańskireadme: a few stylistic cleanups
2015-08-30 Matthew Mondor- Use FIXNUM_BITS rather than ECL_FIXNUM_BITS which...
2015-08-29 Daniel Kochmańskicosmetic: change label name from ERR to ERROR
2015-08-29 Daniel Kochmańskichangelog: update
2015-08-29 Daniel Kochmańskichangelog: check for GC_get_thr_restart_signal only...
2015-08-29 Daniel Kochmańskichangelog: found 13.5.1 changes - added
2015-08-28 Matthew Mondor- Replace tabs by spaces (the other codebases I work...
2015-08-28 Matthew Mondor- Use %zd rather than %d for the w() verbose debug...
2015-08-28 Daniel Kochmańskichangelog: add new MP functions
2015-08-28 Daniel KochmańskiMerge branch 'master' into develop
2015-08-28 Daniel Kochmańskichangelog: update master origin/master ECL-16.0.0
2015-08-28 Daniel KochmańskiMerge branch 'ECL-16.0.0-rc1'
2015-08-28 Matthew MondorRevert autoconf changes, as stacks.d already could...
2015-08-27 Matthew MondorAlso verify for HAVE_GETRLIMIT in fix_heap_size().
2015-08-27 Matthew MondorMerge branch 'heap-size' of gitlab.com:embeddable-commo...
2015-08-27 Matthew MondorECL's default heap (1GB on 32-bit or 4GB on 64-bit...
2015-08-27 Matthew MondorECL's default heap (1GB on 32-bit or 4GB on 64-bit...
2015-08-27 Matthew MondorChange *FEATURES* name :NEW to :WAKLER (clos/walk.lsp...
2015-08-27 Matthew MondorMerge branch 'mmondor' into 'develop'
2015-08-26 Matthew Mondor Implement a few non-blocking MP functions:
2015-08-26 Matthew MondorImplement MP:WITH-RWLOCK
2015-08-26 Matthew Mondor - Dynamically bind the condition as well in the debugg...
2015-08-24 Daniel Kochmańskiconfig.lsp: implement uname stub for ecl-min
2015-08-23 Daniel KochmańskiREADME: change name
2015-08-23 Daniel Kochmańskireadme: fix top-level README (move to src/doc/debugging)
2015-08-23 Daniel Kochmańskidoc: Update internal doc wrt floats
2015-08-22 Daniel Kochmańskicosmetic: doc typo and declaration
2015-08-22 Daniel Kochmańskidoc: fix typo
2015-08-22 Daniel Kochmańskichangelog: update known issues
2015-08-21 Daniel Kochmańskirc: update library version number
2015-08-21 Daniel Kochmańskichangelog: update changes
2015-08-21 Daniel Kochmańskiinterpreter: initialize stack objects
2015-08-21 Daniel Kochmańskimsvc: fix testing and package targets
2015-08-21 Daniel Kochmańskiwindows: when using msvc, don't handle interrupts
2015-08-21 Daniel Kochmańskihelp (:h): remove misleading shortcut for :exit (^D)
2015-08-21 Daniel Kochmańskiconfigure: autoreconf with last changes
2015-08-21 Philipp Marekconfigure: Don't overwrite system_boehm detection variable.
2015-08-20 Daniel Kochmańskichangelog: add deprecated config options removal
2015-08-20 Daniel Kochmańskiconfigure: fix boehm autodetection
2015-08-20 Daniel Kochmańskiserror: move stack error to sys package
2015-08-19 Daniel Kochmańskicosmetic: fix indentation
2015-08-19 Daniel Kochmańskichangelog: add wildcards change
2015-08-19 Daniel Kochmańskishiftf: return one value, not all of them
2015-08-19 Daniel Kochmańskicosmetic: wrap line in compiler.d
2015-08-19 Daniel Kochmańskidestructure: improve context handling
2015-08-19 Daniel Kochmańskicheck-keyword: fix typo
2015-08-19 Daniel Kochmańskipsetf: fix corner-case
2015-08-19 Daniel Kochmańskitests: fix pathname test
2015-08-19 Daniel Kochmańskipathname: fix logical translation wrt wildcards
2015-08-19 Daniel Kochmańskitests: pathname: fix typo
2015-08-19 Daniel Kochmańskiutil: gdbinit ignores GC signals
2015-08-19 Daniel Kochmańskitests: add regression test for logical pathnames
2015-08-19 Daniel Kochmańskicosmetic: wrap lines esthetically
2015-08-18 Daniel Kochmańskideftype: make maptree non-destructive
2015-08-18 Daniel Kochmańskideftype: use destructure directly, remove unused arg
2015-08-18 Daniel Kochmańskidestructure: export function from system package
2015-08-18 Daniel Kochmańskideftype: update docstring
2015-08-18 Daniel Kochmańskitests: add regressions tests for deftype
2015-08-18 Daniel Kochmańskideftype: optimize traversing a tree
2015-08-18 Daniel Kochmańskichangelog: update deftype fixes
2015-08-18 Daniel Kochmańskicosmetic: deduplicate expand-deftype function definition
2015-08-18 Daniel Kochmańskipredlib: fix bogs expand-deftype
2015-08-18 Daniel Kochmańskideftype: make deftype accept macro lambda-lists
2015-08-18 Daniel Kochmańskicosmetic: remove dead code
2015-08-17 Daniel Kochmańskidoc: update doc
2015-08-17 Daniel Kochmańskilambda-list: add check for the proper context (function)
2015-08-17 Daniel Kochmańskidoc: Add section describing last changes
2015-08-17 Daniel Kochmańskichangelog: add recent changes (let/flet/labels and...
2015-08-17 Daniel Kochmańskicmpprop: fix repeated required arguments
2015-08-17 Daniel Kochmańskilambda-list: Improve error message in c-compiler
2015-08-17 Daniel Kochmańskilambda-list: enforce unique names among required parameters
2015-08-17 Daniel Kochmańskicosmetic: undef unused macro
2015-08-17 Daniel Kochmańskiflet/labels: make same function name error message...
2015-08-17 Daniel KochmańskiLET: signal an error when multiple bindings of the...
2015-08-16 Daniel Kochmańskic_leta: don't compute whole list length for optimization
2015-08-16 Daniel Kochmańskiflet/labels: signal an error if same name is used more...
2015-08-15 Daniel Kochmańskiasdf: update to version 3.1.5.4
2015-08-13 Daniel Kochmańskirt: add deftask* and untabify sources
2015-08-13 Daniel Kochmańskitests: add test-ansi suite stub
2015-08-13 Daniel Kochmańskichangelog: add recent changes
2015-08-13 Daniel Kochmańskitests: mop-dependents: remove typo (?)
2015-08-13 Daniel Kochmańskichangelog: stylistic cleanup provided by Matthew Mondor
2015-08-12 Daniel Kochmańskitests: fix broken testing framework
2015-08-12 Daniel Kochmańskitests: fix wrong assumption on assert
2015-08-12 Daniel Kochmańskiencodings: fix misplaced function reference
2015-08-12 Daniel Kochmańskichangelog: update document
2015-08-12 Daniel Kochmańskiexternal-process: rename struct member to error-stream
2015-08-12 Daniel Kochmańskidoc: refine documentation for external-process
2015-08-12 Daniel Kochmańskidoc: update run-program documentation
2015-08-12 Daniel Kochmańskirun-program: allow further customization of process...
2015-08-11 Daniel Kochmańskidoc: run-program: correct mistake, add pathname
2015-08-11 Daniel Kochmańskidoc: document run-program and external-process
2015-08-10 Daniel Kochmańskisystem: set streams to nil
2015-08-10 Daniel Kochmańskirt: fix mixied package lock test
2015-08-10 Daniel Kochmańskitests: remove unused/outdated/unrelated tests
2015-08-09 Daniel Kochmańskidoc: asdf: update api information
2015-08-09 Daniel Kochmańskidoc: cosmetic: II.5 line wrap + typos
2015-08-09 Daniel Kochmańskidoc: II.4.1 fix typo
2015-08-09 Daniel Kochmańskidoc: verify and update II.3 (ffi) section
next