build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / dynl.c
2012-11-27 Mark H WeaverFix library search order and don't change LD_LIBRARY_PATH
2011-03-31 Michael GranMore descriptive error for dynamic-pointer
2011-02-12 Ludovic CourtèsMake sure we don't override the user's extension search...
2010-08-06 Andy Wingoremove type discusison from dynamic-pointer docstring
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Ludovic CourtèsFix doc string of `dynamic-pointer'.
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-04 Andy Wingodynamic-func returns foreign objects, not bignums
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-13 Andy Wingoadd $libir to the ltdl path, not $pkglibdir; add extens...
2009-09-16 Andy Wingoadd the libdir to the ltdl lib search path
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-18 Ludovic CourtèsUse `scm_gc malloc_pointerless ()' in `scm_i allocate_s...
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesRemoved a lot of now-useless SMOB mark/free functions.
2008-08-02 Andy Wingomerge guile-vm to guile
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-30 Neil JerramCritical section review
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2004-10-22 Marius Vollmer* Makefile.am (INCLUDES): Use @LTDLINC@ instead of
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-05-15 Dirk Herrmann * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits...
2004-05-06 Marius VollmerUse SCM_SMOB_* instead of SCM_CELL_* as appropriate...
2003-11-08 Kevin RydeAdd a copyright year.
2003-11-08 Kevin Ryde(scm_dynamic_unlink): Need scm_list_1 on error message
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-10-05 Rob Browning* dynl.c (sysdep_dynl_link): switch to scm_lt_dlhandle,
2002-10-03 Marius VollmerUse scm_lt_ prefix for libltdl functions.
2002-08-04 Han-Wen Nienhuysgc statistic tweaks
2002-07-12 Gary Houston * dynl.c: Don't define stub procedures if DYNAMIC_LINK...
2002-07-10 Gary Houston * dynl.c: docstring editing.
2002-07-09 Gary Houston * dynl.c (scm_dynamic_call): docstring editing.
2002-06-30 Gary Houston * dynl.c: Removed all SCM_DEFER_INTS/SCM_ALLOW_INTS...
2002-06-30 Gary Houston * posix.c (scm_convert_exec_args), dynl.c
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-04 Marius Vollmer(scm_registered_modules, scm_clear_registered_modules...
2001-06-03 Marius VollmerInclude "deprecation.h".
2001-06-03 Marius Vollmer(scm_register_module_xxx, scm_registered_modules,
2001-05-24 Michael Livshin* validate.h
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-12-05 Dirk Herrmann* Changed guardian representation to applicable smob.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-08-11 Neil Jerram * macros.c: Remove surplus newlines from end of docstr...
2000-06-02 Mikael Djurfeldt* dynl.c: Changed #include <ltdl.h> --> #include
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-04 Dirk HerrmannAvoid modifications of cells via pointers. Use SCM_SET...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-31 Dirk HerrmannSome more SCM/scm_bits_t and SCM-is-union issues.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
next