Don't use scm_generalized_vector_get_handle() in array-map.c
[bpt/guile.git] / libguile /
2013-04-07 Daniel LlorensDon't use scm_generalized_vector_get_handle() in array...
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-05 Daniel LlorensDeprecate scm_array_fill_int()
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-05 Mark H WeaverUse 'c_strcasecmp' instead of 'strcasecmp'.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
2013-04-03 Mark H WeaverPreserve the case of the user-specified port encoding...
2013-04-03 Daniel LlorensRemove double indirection for 1st arg of array-for...
2013-04-03 Daniel LlorensRemove double indirection in array-map! with <2 args
2013-04-03 Daniel LlorensAvoid per-element cons for 1-arg case of array-map!
2013-04-03 Daniel LlorensDeprecate dead code in array-map.c
2013-04-03 Mark H WeaverUse 'strcasecmp' to compare encoding names.
2013-04-03 Daniel LlorensRemove double indirection in element access in array...
2013-04-02 Mark H WeaverRename 'scm_i_get_byte_or_eof' et al; mark them as...
2013-04-02 Mark H WeaverRemove uses of GC_PTR in 'finalize_iconv_descriptors'.
2013-04-02 Mark H WeaverRewrite get_iconv_codepoint to fix a bug involving...
2013-04-02 Mark H WeaverMove slow path out of 'scm_get_byte_or_eof' et al.
2013-04-02 Mark H WeaverAdd a static version of 'scm_fill_input' to ports.c.
2013-04-01 Mark H WeaverMove the port alist from the hash table to the internal...
2013-04-01 Mark H WeaverOptimize 'get-bytevector-some'; it may now read less...
2013-04-01 Mark H WeaverRefactor port encoding modes: utf-8 and iconv
2013-04-01 Mark H WeaverAdd internal-only port structure and move iconv descrip...
2013-04-01 Mark H WeaverAdd 'scm_gc_typed_calloc' macro.
2013-04-01 Mark H Weaverscm_string_join: properly sequence operations in ADD_TO...
2013-04-01 Mark H WeaverOptimize 'string-join'.
2013-04-01 Mark H WeaverMake 'string-append' more efficient and robust.
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2013-04-01 Mark H WeaverAvoid unnecessary peeks for EOF in r6rs-ports.
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-28 Ludovic CourtèsAllow compilation with GMP < 5.0.0.
2013-03-28 Ludovic CourtèsFix erroneous `FUNC_NAME' for `scm_array_length'.
2013-03-25 Ludovic Courtèsgetaddrinfo: Document the missing errno value for EAI_S...
2013-03-25 Ludovic Courtèssendfile: Make sure we have a Linux-style `sendfile'.
2013-03-25 Ludovic Courtèssendfile: Check return value of `lseek'.
2013-03-22 Ludovic CourtèsAdd bindings for `sendfile'.
2013-03-21 Ludovic Courtèsbuild: Adjust makefiles for `guile-procedures.txt'.
2013-03-21 Ludovic CourtèsBuild `guile-procedures.txt' using (texinfo) instead...
2013-03-20 Mark H WeaverImprove sqrt handling of large integers and large and...
2013-03-20 Mark H WeaverOptimize inum case of exact-integer-sqrt.
2013-03-20 Mark H WeaverSqrt returns exact results when possible.
2013-03-20 Mark H WeaverOptimize scm_i_divide2double for integers less than...
2013-03-19 Mark H WeaverUse scientific notation only if there are enough traili...
2013-03-18 Ludovic CourtèsUse byte-oriented functions in `get-bytevector*'.
2013-03-18 Ludovic CourtèsDefine the new Linux-specific `SO_REUSEPORT'.
2013-03-17 Mark H WeaverReimplement idbl2str number printer.
2013-03-17 Mark H WeaverImprove inexact division of exact integers.
2013-03-13 Andy Wingoallow for spurious wakeups from pthread_cond_wait
2013-03-12 Mark H WeaverReimplement 'inexact->exact' to avoid mpq functions.
2013-03-12 Mark H WeaverOptimize logarithms using scm_i_big2dbl_2exp
2013-03-12 Mark H WeaverSimplify and improve scm_i_big2dbl, and add scm_i_big2d...
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-12 Mark H WeaverOptimize and simplify fractions code.
2013-03-10 Jason Earlrely on gnulib for `poll'
2013-03-10 Jason Earladd %site-ccache-dir
2013-03-09 Andy Wingoprovide getlogin declaration if needed.
2013-03-09 Andy Wingofix mingw issues with posix.c
2013-03-09 Andy Wingodon't provide scm_std_select on mingw and similar platforms
2013-03-09 Andy Wingosimplify posix.c
2013-03-09 Andy Wingosimplify stime back-compat shims for tzname
2013-03-09 Andy Wingomingw include order for socket.c
2013-03-09 Andy Wingofix include-order problem in net_db.c for mingw
2013-03-09 Andy Wingosilence mingw32 warning in i18n.c
2013-03-09 Andy Wingofports uses gnulib's select
2013-03-09 Andy Wingosimplify filesys.c via gnulib's select and fstat modules
2013-03-09 Andy Wingoif we have threads on windows, we have pthreads; inform...
2013-03-09 Andy Wingoremove init.c iselect include
2013-03-09 Andy Wingoportability simplification with scmsigs.c and alarm
2013-03-09 Andy Wingosquish remove some mingw-specific code that is covered...
2013-03-09 Andy Wingoremove mingw32 implementations of {get,end,set}{serv...
2013-03-09 Andy Wingoadd check for struct pollfd
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-03-07 Mark H WeaverImprove standards conformance of string->number.
2013-03-07 Stefan Israelsson... add GUILE_STACK_SIZE environment variable
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-03-07 Ludovic CourtèsInstall the current locale if GUILE_INSTALL_LOCALE...
2013-03-07 Andy Wingostructs with tail arrays are not simple
2013-03-07 Andy Wingofix compilation under mingw
2013-03-06 Ludovic CourtèsMake `SCM_LONG_BIT' usable in preprocessor conditionals.
2013-03-06 Ludovic CourtèsUse `scm_is_eq' in load.c.
2013-03-06 Mark H WeaverVerify that FLT_RADIX is 2.
2013-03-06 Mark H WeaverImprove code in scm_gcd for inum/inum case
2013-03-05 Mark H WeaverFix thread-unsafe lazy initializations.
2013-03-04 Ludovic CourtèsUse `scm_is_eq' in filesys.c.
2013-03-01 Ludovic CourtèsAllow the SMOB mark procedures to be called when libgc...
2013-03-01 Ludovic CourtèsUse accessors instead of symbols deprecated in libgc...
2013-02-28 Mark H WeaverFix later-bindings-win logic in with-fluids.
2013-02-28 Mark H WeaverFix duplicate removal of with-fluids.
2013-02-28 Mark H WeaverSupport calling foreign functions of 10 arguments or...
2013-02-28 David KastrupLet reverse! accept arbitrary types as second argument...
2013-02-27 Ludovic CourtèsFix cross-compilation of `c-tokenize.o'.
2013-02-26 Mark H WeaverUpdate copyright dates on random.c
2013-02-25 Mark H Weaverrandom_state_of_last_resort: use getpid directly, inste...
2013-02-25 Mark H WeaverRevert "random_state_of_last_resort doesn't rely on...
2013-02-25 Mark H WeaverRevert "random-state-from-platform: simplify pid condit...
2013-02-25 Mark H Weaverrandom-state-from-platform: simplify pid conditional...
2013-02-24 Andy Wingocleanup to filesys.c's handling of file name separators
2013-02-24 Andy Wingosimplify scm_stat on mingw
2013-02-24 Andy Wingoload.c uses same logic as boot-9 for file names
2013-02-24 Andy Wingorandom_state_of_last_resort doesn't rely on HAVE_POSIX
next