add source:line-for-user, returning a 1-indexed line number
[bpt/guile.git] / libguile /
2010-10-01 Andy Wingoc stack overflow checked for, once more
2010-10-01 Andy Wingoscm_report_stack_overflow eventually resets scm_stack_c...
2010-10-01 Andy Wingodeprecate turn-on-debugging, it is obsolete
2010-10-01 Andy Wingoscm_debug_opts to debug.c, backtrace on by default...
2010-10-01 Andy Wingoremove elisp-strings and elisp-vectors read options
2010-10-01 Andy Wingo(foo-options 'full) displays options doc in correct...
2010-10-01 Andy Wingoremove unused print-options
2010-09-30 Andy Wingoadd ,registers
2010-09-28 Andy Wingodefault to regular vm for noninteractive use
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-27 Ludovic CourtèsFix bignum memory leak.
2010-09-27 Ludovic CourtèsAllocate bignums in pointer-less memory.
2010-09-26 Ludovic CourtèsRemove `scm_t_aligned_cell'.
2010-09-26 Ludovic CourtèsFix argument passing in VM hooks.
2010-09-26 Ludovic CourtèsHave `@abort' honor VM changes by winds.
2010-09-26 Michael GranFavor non-hex string escapes over hex escapes when...
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove eval-options
2010-09-24 Andy Wingoremove srcprop.[ch] things that have to do with breakpoints
2010-09-24 Ludovic CourtèsRemove unused declarations.
2010-09-24 Ludovic CourtèsAdd `thread-vm' and `set-thread-vm!'.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-23 Andy Wingoadd scm_frame_address / frame-address
2010-09-19 Ludovic CourtèsSRFI-1: Rewrite `alist-copy' in Scheme.
2010-09-19 Ludovic CourtèsRemove the SRFI-1 C proxies.
2010-09-17 Andy Wingovm hooks run without hooks
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-09-15 Ludovic CourtèsFix write-beyond-end-of-string error in the conversion...
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-14 Ludovic CourtèsRemove commented out code from `print.c'.
2010-09-14 Ludovic CourtèsFactorize and optimize `write' for strings and characters.
2010-09-14 Ludovic CourtèsInternally expose `scm_i_unistring_escapes_to_{guile...
2010-09-12 Andy Wingolibguile gitignore
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-12 Michael GranProvide non-locale C/Scheme string conversion functions
2010-09-07 Ludovic CourtèsClarify feature macro conditionals.
2010-09-07 Ludovic CourtèsUse Gnulib's `isnan' and `isinf' modules.
2010-09-06 Ludovic CourtèsUse `have-lib' when checking for libltdl.
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-06 Andy Wingofix to program-module
2010-09-04 Ludovic CourtèsDon't say "source file is newer" when either file is...
2010-09-04 Ludovic CourtèsCompare source/compiled file timestamps with nano-secon...
2010-09-03 Ludovic CourtèsFix the `put-bytevector' tests.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-09-03 Andy Wingomodule-local-variable optimization
2010-09-02 Ludovic CourtèsFix memory leak in `lock-mutex' (aka. `scm_lock_mutex'.)
2010-09-02 Ludovic CourtèsAvoid calls to `scm_current_thread' in `fat_mutex_unlock'.
2010-09-01 Ludovic CourtèsRewrite `fport_flush' using Gnulib's `full_write'.
2010-08-30 Andy Wingobitvector work
2010-08-29 Andy Wingoadd flag to vtables to indicate that their layout is...
2010-08-28 Andy Wingothreadsafety in deprecation, extensions
2010-08-28 Andy Wingothreadsafe object properties
2010-08-27 Andy WingoRevert "[build] Rewrite guile-func-name-check in Scheme...
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-08-26 Thien-Thi Nguyen[build] Rewrite guile-func-name-check in Scheme, adding...
2010-08-26 Thien-Thi Nguyen[build] Refine libguile/*.doc snarfing.
2010-08-25 Andy Wingoconsolidate sitedir definition
2010-08-19 Thien-Thi Nguyen[build] Use AM_SILENT_RULES for generating cpp-E.c...
2010-08-19 Andy Wingoobjcodes.c comments
2010-08-19 Noah LavineWhitespace fix
2010-08-18 Thien-Thi Nguyen[build] Fix sed portability bug: Don't use '\n' in...
2010-08-18 Thien-Thi Nguyen[build] Create libguile/version.h using the configure...
2010-08-17 Andy Wingofurther discouraged excision
2010-08-17 Andy Wingoa number of doc fixes
2010-08-17 Andy Wingo@apply for multiple args in the boot memoizer
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-08-06 Andy Wingoadd docs for extensiondir; misc other fixes
2010-08-06 Andy Wingoremove type discusison from dynamic-pointer docstring
2010-08-06 Andy Wingos/extensionsdir/extensiondir/
2010-08-06 Andy Wingo%site-dir is specific to the effective version
2010-08-04 Andy Wingofix vector-move-right! and vector-move-left!
2010-08-04 Yan LiCompiling DOT_X_FILES requires version.h
2010-08-01 Andreas RottmannFix the range of `random' on 64-bit platforms
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-07-28 Ludovic CourtèsRemove unused parameter from `bytevector->pointer'.
2010-07-28 Ludovic CourtèsAlways return `%null-pointer' when creating a NULL...
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-27 Andy Wingo64-bit random fixes
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Ludovic CourtèsImport unbound variable reports in the VM.
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
2010-07-26 Andy Wingorstates point to rngs
2010-07-26 Andy Wingoupdate docs
2010-07-26 Andy Wingorefactor datum->random-state / random-state->datum
2010-07-26 Andy Wingolow-level RNG interfaces deal in scm_t_uint32, not...
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-07-26 Andreas RottmannAllow exposing of random number generator state
2010-07-24 Thien-Thi NguyenFix "make dist" regression: Distribute guile-func-name...
2010-07-22 Thien-Thi Nguyen[maint] Remove unused script guile-doc-snarf.
2010-07-22 Thien-Thi Nguyen[maint] Avoid no-op config-subst for libguile/guile...
next