Branches for Warty

Name Status Last Modified Last Commit
lp:ubuntu/warty/gcl 1 Development 2009-08-17 15:20:26 UTC
3. * gcc-3.4 support * Proper isnormal d...

Author: Camm Maguire
Revision Date: 2004-06-25 22:43:52 UTC

* gcc-3.4 support
* Proper isnormal default courtesy of Magnus Henoch
* gclclean makefile target and other small makefile changes
* Proper check for C stack array body address in gbc.c and sgbc.c
* New upstream release
* acconfig.h update for isnormal default
* Fix bug in setting elements (si::aset) of 0 rank arrays uncovered by
  the random tester
* No -fomit-frame-pointer on mingw
* Backport minimal ansi-test patches from HEAD to enable running of
  the random tester
* installed tcl/tk patch for mingw
* Fix banner license detection code in lsp/gcl_mislib.lsp as
  8features* entries are now keywords
* o/makefile changes to work around trailing slash -I arguments gcc
  bug on mingw
* Patch to mingwin.c:fix_filename to close long standing 'maxima
  ignore-errors filename corruption' bug on mingw
* Check for too large rank supplied to make-array1
* Fix potential stack overwrite bug in quick_call_sfun/eval.c
* Add -mprferred-stack-boundary=8 on amd64, as constant integers used
  in a call must be retrievable with va_arg(,fixnum)
* Revert preferred-stack-boundary option on amd64 as it does not play
  well with external libraries, also eliminate -m64 to allow for user
  settings. Cast fixnum constant C arguments in gcl_cmploc.lsp
  explicitly to (long) to ensure they can be extracted via
  va_arg(,fixnum)
* reenable SA_SIGINFO on amd64 to restore SGC there
* Include elf.h in FreeBSD.h
* Allow for elf_abi.h in FreeBSD.h
* Add README.openbsd file
* readme.mingw updates
* solaris.h updates for custreloc option
* Close possibility of malloc failure due to intervening gbc arising
  from the misordering of allocation calls
* C_GC_OFFSET is 2 on m68k-linux
* Add release notes, remove gcl document presumably based on dpANS for
  now
* Fixup bad extern declaration of signals_handled in usig.c

11 of 1 result