build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / _scm.h
2013-07-17 Ludovic CourtèsFix 'SCM_SYSCALL' to really swallow EINTR.
2012-04-30 Andy Wingoadd internal SCM_NOINLINE definition
2011-05-31 Andy Wingowrite-objcode uses target-endianness, target-word-size
2011-02-13 Andy Wingobump objcode version to 2.0; introduce minor-version...
2010-12-03 Andy WingoASYNC_TICK after catching EINTR in SCM_SYSCALL
2010-11-19 Andy Wingobump objcode version
2010-10-18 Andy Wingo_scm GUILE_USE_64_CALLS compilation warning fix
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-09-26 Ludovic CourtèsRemove `scm_t_aligned_cell'.
2010-06-06 Andy Wingosimplify macro representation in the wake of module...
2010-05-30 Ludovic CourtèsFix parenthesizing of the `ROUND_UP' macro; factorize.
2010-05-28 Volker Grabschdon't fail when HAVE_STAT64 is undefined
2010-05-28 Ludovic CourtèsAdd `scm_t_aligned_cell' internal type.
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-26 Andy Wingorenumber VM opcodes
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-07 Andy Wingosubrs are now VM trampoline procedures
2010-01-05 Andy Wingoclean up macros.[ch]
2009-12-11 Andy Wingomerge from master to elisp
2009-11-24 Ludovic CourtèsDon't rely on `HAVE_' macros in public header "tags.h".
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-23 Andy Wingovm support for optional/kwarg init code, and bugfixes
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-16 Andy Wingojumps encoded using 24 bits, not 19; blocks no longer...
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-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingopush new frame on stack before procedure & args
2009-08-20 Andy Wingoremove dead weight from vm-i-system.c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-11 Andy Wingomake the fallback path look less like line noise
2009-08-11 Andy Wingoinclude objcode cookie in the fallback path
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-16 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-02-14 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-08 Neil JerramMerge branch 'master' into ossau-gds-dev
2009-01-23 Neil JerramFix MinGW HAVE_STRUCT_TIMESPEC build problem
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-13 Ludovic CourtèsAdd support for static allocation of cells, strings...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-07-16 Ludovic CourtèsHandle lack of `struct dirent64' and `readdir64_r ...
2008-02-27 Neil Jerram(errno): Remove declarations that have been there
2008-02-05 Neil Jerram* fports.c (fport_seek): Make dependent on GUILE_USE_64...
2008-01-22 Neil Jerram* srfi-39.scm: Update copyright statement to LGPL.
2006-10-25 Neil Jerram* configure.in: New check for uca lib (needed for IA64...
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Ryde(scm_to_off_t, scm_from_off_t): No error if unknown...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2003-03-27 Rob Browning* _scm.h: fix various preprocessor usages of new public...
2003-03-25 Rob Browning* _scm.h: #include <config.h> if HAVE_CONFIG_H.
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 Marius Vollmer(HAVE_RESTARTABLE_SYSCALLS): Do define even when
2002-11-02 Marius VollmerInclude <errno.h< so that SCM_SYSCALL is correctly
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2001-11-25 Marius VollmerInclude "libguile/inline.h".
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-03-10 Mikael Djurfeldt* _scm.h: Removed #include <errno.h>.
2000-05-16 Dirk Herrmann* Makefile.am: Let 'make clean' remove *.x and *.doc...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include async.h where it is actually needed.
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
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.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-16 Jim BlandyDoc fix.
1999-09-18 Gary Houston1999-09-18 Gary Houston <ghouston@freewire.co.uk>
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-15 Jim BlandyMerge threads directory into libguile.
1996-11-02 Mikael Djurfeldt * _scm.h: Added #ifndef around definition of macros...
1996-10-29 Jim Blandy* snarf.h: New file.
1996-10-14 Mikael Djurfeldt* _scm.h (min, max): Added.
1996-10-03 Jim Blandy* _scm.h: #include "print.h" here, since it seems to...
1996-10-01 Mikael Djurfeldt* _scm.h: Added conditional #include "threads.h"
1996-09-11 Jim Blandy* _scm.h (SCM_PROC): Extraneous semicolon (outside...
1996-09-10 Jim BlandyC files should #include only the header files they...
next