vm.c: remove a useless check
[bpt/guile.git] / libguile /
2012-01-08 Andy Wingofix SCM_ASRTGO deprecation
2012-01-08 Andy Wingodeprecate SCM_ASRTGO
2012-01-07 Mark H WeaverFix bugs related to mutation-sharing substrings
2012-01-07 Mark H WeaverMake scm_nullstr mutable
2012-01-07 Andy Wingodon't leak file descriptors when mmaping objcode
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2012-01-05 Ludovic CourtèsFix erroneous check in `set-procedure-properties!'.
2011-12-22 Andy Wingofix generalized-vector-{ref,set!} for slices
2011-12-22 Andy Wingofreebsd itanium support
2011-12-22 Andy Wingofreebsd implementation of get_thread_stack_base
2011-12-22 Andy Wingostdlib.h, not malloc.h
2011-12-19 Andy Wingofix scm_protects deprecation warning
2011-12-19 Andreas SchwabFFI: Properly unpack small integer return values in...
2011-12-15 Ludovic CourtèsArrange to convert command-line arguments from the...
2011-12-14 Ludovic CourtèsUse `alignof_type' instead of `alignof'.
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-08 Chris K. Jester... fix compilation with gc 7.1
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-04 Andy Wingoice-9/poll: verify sizeof(struct pollfd)
2011-12-04 Andy Wingonew print option escape-newlines, defaults to #t
2011-12-02 Andy Wingofix `free' of mpz_to_str
2011-12-02 Andy Wingoscm_gc_register_collectable_memory calls scm_gc_registe...
2011-12-02 Andy Wingoinstall gmp memory functions that let libgc know about...
2011-12-01 Andy Wingofix deadlock in before-gc-hook on certain 7.2alpha...
2011-11-29 Andy Wingoattempt to handle steady-state mallocations better
2011-11-29 Andy Wingocollect a little in call-with-new-thread
2011-11-29 Andy Wingoadjust_gc_frequency before gc, for more precision
2011-11-29 Andy Wingofix uninitialized variable in gc.c
2011-11-29 Andy Wingoswitch off debugging flag that was mistakenly left on
2011-11-29 Andy Wingoincrease garbage collection rate if the process is...
2011-11-28 Andy Wingoget heap stats with GC_get_heap_usage_safe, if available.
2011-11-26 Ludovic CourtèsFFI: Hold a weak reference to the procedure passed...
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-11-21 Ludovic CourtèsAdd missing implicit `SCM_API' for `scm_c_make_objcode_...
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Andy Wingodeprecate direct scm_protects access
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-11-16 Ludovic CourtèsFFI: Hold a weak reference to the CIF made by `procedur...
2011-11-16 Andy Wingomemoize: booleanify the rest arg
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-22 Bake TimmonsFix compilation with `--enable-debug-malloc'.
2011-10-22 Ludovic CourtèsInitialize `get_internal_run_time' before it is used.
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-10-19 Andy Wingoslight frames.h refactor
2011-10-15 Cedric CellierDefault to using poll(2) in `fport_input_waiting'.
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-05 Andy Wingofix reading of #||||#
2011-09-19 Julian GrahamRemove extraneous semicolon from `SCM_STATIC_SUBR_OBJVE...
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-09-03 Ludovic CourtèsFix misdiagnoses of deprecated `+nan.[^0]' forms.
2011-09-03 Andy Wingodeprecate +nan.1
2011-08-29 Andy Wingofix scm_gc_strdup invocation
2011-08-18 Andy Wingofix a couple of leaks
2011-08-17 Andy Wingofix scm_tmpfile leak
2011-08-16 Andy Wingofix leak in get_current_locale()
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2011-08-03 Andy Wingoavoid duplicate stats when searching for files in a...
2011-08-03 Andy Wingofix unnecessary call to canonicalize_path in load-path...
2011-07-29 Andy Wingosimplify narrow_stack.
2011-07-29 Andy Wingostyle fix in read.c
2011-07-29 Andy Wingominor style fix in bytevectors.c
2011-07-29 Andy Wingofix a leak on startup from script.c
2011-07-28 Andy Wingofix read beyond end of hashtable size array in hashtab.c
2011-07-28 Andy Wingofix write beyond array end in arrays.c
2011-07-28 Andy Wingofix list validation bug in @abort
2011-07-28 Andy Wingoremove dead code in scm_ceiling_quotient
2011-07-28 Andy Wingofix scm_i_tag_name
2011-07-21 Andy Wingoadd a site dir to %load-compiled-path
2011-07-12 Ludovic CourtèsFix `open' mode bits on GNU/Hurd.
2011-07-12 Ludovic CourtèsDefine `O_NOTRANS' on GNU/Hurd.
2011-07-07 Andy Wingofix CPL of <extended-generic-with-setter> and <extended...
2011-07-07 Andy Wingofix invocation of duplicate handlers for merge-generics
2011-07-06 Ludovic CourtèsVM: Keep jump table address in a register.
2011-07-01 Ludovic CourtèsRevert "Fix lock ordering in `fat_mutex_lock' to match...
2011-07-01 Ludovic CourtèsType-check the OWNER argument of `lock-mutex'.
2011-07-01 Ludovic CourtèsAdd type and range checks to the complex generalized...
2011-07-01 Ludovic CourtèsFix unaligned accesses for bytevectors of complex numbers.
2011-07-01 Ludovic Courtèsi18n: Don't use `!=' to compare SCMs.
2011-07-01 Andy Wingofix '(a #{.} b)
2011-06-30 Ludovic CourtèsFix `on_thread_exit' for canceled threads.
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-30 Andy Wingo%load-hook not just for primitive-load
2011-06-30 Andy Wingofix --disable-modules build
2011-06-30 Andy WingoHAVE_POSIX warning fix
2011-06-28 Ludovic CourtèsFix lock ordering in `fat_mutex_lock' to match that...
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-06-16 Andy Wingoremove win32-dirent.[ch]
2011-06-16 Jan Nieuwenhuizenmingw: use $APPDATA as a possible root for cachedir.
2011-06-16 Mark H WeaverFix several POSIX functions to use the locale encoding
2011-06-16 Andy WingoO_CLOEXEC usage
2011-06-16 Andy Wingognulib update
2011-06-16 Andy Wingofix initial values of reallocated fluids
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-06-09 Andreas RottmannFix likely crash in `stable-sort!'
2011-05-31 Andy Wingorename `guile-tools' to `guild'
2011-05-31 Andy Wingowrite-objcode uses target-endianness, target-word-size
next