projects/cmucl/cmucl.git
15 months agoFix compiler warning by defining server_shutdown correctly. snapshot-2012-02
Raymond Toy [Sat, 4 Feb 2012 16:34:35 +0000] 
Fix compiler warning by defining server_shutdown correctly.

15 months agoUse CHAR_BIT instead of 8.
Raymond Toy [Sat, 4 Feb 2012 08:29:27 +0000] 
Use CHAR_BIT instead of 8.

15 months agoRegenerated.
Raymond Toy [Sat, 4 Feb 2012 08:28:22 +0000] 
Regenerated.

15 months agoAdd translation files for cmucl-ppc-vm.
Raymond Toy [Sat, 4 Feb 2012 05:15:33 +0000] 
Add translation files for cmucl-ppc-vm.

15 months agoUpdate.
Raymond Toy [Sat, 4 Feb 2012 05:00:32 +0000] 
Update.

15 months agoUpdate from current sources.
Raymond Toy [Sat, 4 Feb 2012 04:59:04 +0000] 
Update from current sources.

15 months agoUpdate docstring for {{{STRING-CAPITALIZE}}} to mention
Raymond Toy [Sat, 4 Feb 2012 04:34:12 +0000] 
Update docstring for {{{STRING-CAPITALIZE}}} to mention
{{{:UNICODE-WORD-BREAK}}} keyword parameter that enables the Unicode
word-breaking algorithm to determine word boundaries.

15 months agoUpdate.
Raymond Toy [Sat, 4 Feb 2012 04:23:31 +0000] 
Update.

15 months agoFix ticket:55. Copy all of the sigmask instead of just a few. This
Raymond Toy [Sat, 4 Feb 2012 03:47:29 +0000] 
Fix ticket:55.  Copy all of the sigmask instead of just a few.  This
only affected linux which uses an array for the sigmask.

15 months agoMove common unicode fasl fops from the main ppc and sparc cross
Raymond Toy [Wed, 1 Feb 2012 17:13:24 +0000] 
Move common unicode fasl fops from the main ppc and sparc cross
scripts to its own file so that they can be shared.

15 months agoUpdate from logs. Move the PPC news to the Changes section from the
Raymond Toy [Wed, 1 Feb 2012 05:36:59 +0000] 
Update from logs.  Move the PPC news to the Changes section from the
Other changes section, with a few clarifications.

15 months agoInitial version of cmucl-ppc-vm.pot.
Raymond Toy [Wed, 1 Feb 2012 05:31:14 +0000] 
Initial version of cmucl-ppc-vm.pot.

15 months agoMerge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl
Raymond Toy [Wed, 1 Feb 2012 05:26:16 +0000] 
Merge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl

15 months agoUse ppc as the default directory for ppc/darwin.
Raymond Toy [Wed, 1 Feb 2012 05:23:01 +0000] 
Use ppc as the default directory for ppc/darwin.

15 months agoMinor fix from Paul: avoid capitalizing mid-name in the completions
Raymond Toy [Wed, 1 Feb 2012 05:22:41 +0000] 
Minor fix from Paul:  avoid capitalizing mid-name in the completions
list.

15 months agoFix ticket:52.
Raymond Toy [Wed, 1 Feb 2012 03:34:14 +0000] 
Fix ticket:52.

Thanks to Paul Foley for rewriting {{{UNICODE-COMPLETE-NAME}}} to make
it work.

15 months agoUpdate from logs.
Raymond Toy [Tue, 31 Jan 2012 05:40:14 +0000] 
Update from logs.

15 months agoWhen writing out the runtime features to internals.h, only include the
Raymond Toy [Sun, 29 Jan 2012 17:20:41 +0000] 
When writing out the runtime features to internals.h, only include the
features in the target backend.  This prevents runtime features (like
:executable or :heap-overflow-check) from leaking from the compiling
system to the target system which might not have these.

15 months agoEverything that was in cmucl-sparc-svr4 has been moved o cmucl-sparc-vm.
Raymond Toy [Sun, 29 Jan 2012 16:05:54 +0000] 
Everything that was in cmucl-sparc-svr4 has been moved o cmucl-sparc-vm.

15 months agoUpdate textdomains.
Raymond Toy [Sun, 29 Jan 2012 08:32:23 +0000] 
Update textdomains.

 * Use cmucl-sparc-vm instead of cmucl-sparc-svr4

15 months agoUpdate textdomains.
Raymond Toy [Sun, 29 Jan 2012 08:31:29 +0000] 
Update textdomains.

 * Use cmucl-sparc-vm instead of cmucl-sparc-svr4
 * Use cmucl-ppc-vm instead of cmucl-ppc.
 * code/ppc-vm.lisp should be in the cmucl-ppc textdomain instead of cmucl.

15 months agoChanges so we can cross-compile from x86 to ppc. This will produce a
Raymond Toy [Sun, 29 Jan 2012 07:17:08 +0000] 
Changes so we can cross-compile from x86 to ppc.  This will produce a
core that appears to work.  More testing needed.

src/compiler/ppc/c-call.lisp:
o Use the old vops that only store floats in float registers.  We
  don't need them also stored in integer registers.  This causes an
  error during cross-compile about %NL1 conflicting with a wired tn.

src/tools/cross-scripts/cross-x86-ppc-darwin.lisp:
o Copy over similar features from cross-x86-sparc.lisp so that the
  cross-compile will work.

15 months agoOops. load-world.sh is in bin, not src/tools now.
Raymond Toy [Sat, 28 Jan 2012 16:30:38 +0000] 
Oops.  load-world.sh is in bin, not src/tools now.

15 months agoFix up casts to get rid of some compiler warnings.
Raymond Toy [Sat, 28 Jan 2012 03:20:32 +0000] 
Fix up casts to get rid of some compiler warnings.

15 months agoSpecify the correct return type for sc_reg.
Raymond Toy [Fri, 27 Jan 2012 17:35:29 +0000] 
Specify the correct return type for sc_reg.

15 months agoMerge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl into ppc...
Raymond Toy [Fri, 27 Jan 2012 04:15:40 +0000] 
Merge branch 'master' of ssh://diapentepomum/~rtoym/src/cmucl/git/cmucl into ppc-update

15 months agoUpdate code to work with 10.4 as well as 10.5. Merge latest code
Raymond Toy [Fri, 27 Jan 2012 04:13:15 +0000] 
Update code to work with 10.4 as well as 10.5.  Merge latest code
to work with ppc.

15 months agoUpdate so we can build on darwin/x86 again.
Raymond Toy [Fri, 27 Jan 2012 03:41:38 +0000] 
Update so we can build on darwin/x86 again.

15 months agoUpdate so we can build on darwin/x86 again.
Raymond Toy [Fri, 27 Jan 2012 02:43:56 +0000] 
Update so we can build on darwin/x86 again.

15 months agoCheck in changes needed to build ppc. Yay! Very likely broke other
Raymond Toy [Fri, 27 Jan 2012 02:11:28 +0000] 
Check in changes needed to build ppc.  Yay!  Very likely broke other
builds, though.

16 months agoOnly set UNIDATA_PATH if it's defined.
Raymond Toy [Mon, 23 Jan 2012 00:44:49 +0000] 
Only set UNIDATA_PATH if it's defined.

16 months agoOops. Update path to clean-target.sh.
Raymond Toy [Sun, 22 Jan 2012 18:48:32 +0000] 
Oops. Update path to clean-target.sh.

16 months agoUpdate.
Raymond Toy [Sat, 21 Jan 2012 17:18:02 +0000] 
Update.

16 months agoGet rid of os_stack_grows_down and friends and hardwire the decision
Raymond Toy [Sat, 21 Jan 2012 04:32:24 +0000] 
Get rid of os_stack_grows_down and friends and hardwire the decision
within guard_zones since the stack overflow checking was only ported
to x86 and sparc.

16 months agoFix ticket:53 by adding UTF-8 to the core.
Raymond Toy [Thu, 12 Jan 2012 06:08:48 +0000] 
Fix ticket:53 by adding UTF-8 to the core.

code/extfmts.lisp:
* Move the utf-8 implementation to this file
* Update %find-external-format to return quickly for :utf-8.

code/fd-stream-comp.lisp:
* Precompile utf-8 functions.

pcl/simple-streams/external-formats/utf-8.lisp:
* Add note that this is only used for reference now because it's in
  the core.

16 months agoFix #51 by removing the unused alloc_8/16_foo routines.
Raymond Toy [Sun, 8 Jan 2012 20:37:43 +0000] 
Fix #51 by removing the unused alloc_8/16_foo routines.

16 months agoUpdate from logs snapshot-2012-01
Raymond Toy [Sat, 7 Jan 2012 18:01:27 +0000] 
Update from logs

16 months agoFix some compiler warnings on sparc about sigcontexts.
Raymond Toy [Sat, 7 Jan 2012 03:29:01 +0000] 
Fix some compiler warnings on sparc about sigcontexts.

sunos-os.h:
o Update HANDLER_ARGS to match definition used in sigaction.
o Define os_context_t

lisp.c:
solaris-os.c:
sparc-arch.c:
o Use os_context_t as needed.

16 months agoThe SIGFPE with no exceptions clause really only applies when we're
Raymond Toy [Fri, 6 Jan 2012 06:04:44 +0000] 
The SIGFPE with no exceptions clause really only applies when we're
not running on solaris/x86.

16 months agoSTRING-TO-NFC and friends are available on 8-bit lisps too.
Raymond Toy [Fri, 6 Jan 2012 04:42:53 +0000] 
STRING-TO-NFC and friends are available on 8-bit lisps too.

16 months agoSolaris/x86 cc doesn't like $##bytes; use $bytes instead. This works
Raymond Toy [Fri, 6 Jan 2012 04:19:57 +0000] 
Solaris/x86 cc doesn't like $##bytes; use $bytes instead.  This works
fine with gcc (on darwin and linux).

16 months agoMerge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl
Raymond Toy [Wed, 4 Jan 2012 18:00:32 +0000] 
Merge branch 'master' of ssh://common-lisp.net/var/git/projects/cmucl/cmucl

16 months agoFix potential write past end of buffer.
Raymond Toy [Wed, 4 Jan 2012 17:58:14 +0000] 
Fix potential write past end of buffer.

We wanted to read one byte into the second byte of "byte", but didn't
cast everything correctly, so we ended up reading the byte past the
end of "byte".

16 months agoUpdate HANDLER_ARGS to match sa_sigaction type.
Raymond Toy [Wed, 4 Jan 2012 17:42:56 +0000] 
Update HANDLER_ARGS to match sa_sigaction type.

16 months agoGet rid of more compiler warnings on Linux by making HANDLER_ARGS
Raymond Toy [Wed, 4 Jan 2012 17:19:58 +0000] 
Get rid of more compiler warnings on Linux by making HANDLER_ARGS
match the sa_sigaction argument types.  Adjust code appropriately to
use os_context_t appropriately too.

16 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Wed, 4 Jan 2012 16:38:06 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoFix more compiler warnings.
Raymond Toy [Fri, 23 Dec 2011 16:18:28 +0000] 
Fix more compiler warnings.

Linux-os.c:
o Fix warning about pointer to int warning.

lisp.c:
o Linux needs time.h to define tzset.
o Fix warning about unused result from getwcd.  If getcwd fails, we
  now just exit with a message because we can't find anything.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Thu, 22 Dec 2011 22:35:11 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoPrevent ldb from endless printing the prompt if EOF is reached.
Raymond Toy [Thu, 22 Dec 2011 21:43:42 +0000] 
Prevent ldb from endless printing the prompt if EOF is reached.

17 months agoIt's ok to include elf.h on Darwin. Need definition of
Raymond Toy [Thu, 22 Dec 2011 18:45:24 +0000] 
It's ok to include elf.h on Darwin.  Need definition of
map_core_sections to get rid of compiler warning.

17 months agoFix compiler warning about not using result of fgets.
Raymond Toy [Thu, 22 Dec 2011 18:23:41 +0000] 
Fix compiler warning about not using result of fgets.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Thu, 22 Dec 2011 16:26:23 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoMake stack 16-byte aligned.
Raymond Toy [Thu, 22 Dec 2011 06:51:42 +0000] 
Make stack 16-byte aligned.

lisp/x86-assem.S:
o Make sure the stack is 16-byte aligned in the alloc_overflow_foo and
  alloc_to_foo routines.  These eventually call into C code, and the
  stack is required to be 16-byte aligned on Darwin.  We apply this to
  all x86 implementations since it's harmless.
o Did not update the alloc_8/16_to_foo routines because they are going
  to be deleted.

x86/macros.lisp:
o Don't call the alloc_8/16_to_foo routines when we're not doing
  inline allocation.  I don't think there's much to be gained with
  these special functions and maintainence is a pain with assembly
  code.

17 months agoFix a few compiler warnings.
Raymond Toy [Thu, 22 Dec 2011 05:51:45 +0000] 
Fix a few compiler warnings.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Wed, 21 Dec 2011 16:58:30 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoPrint out more digits for double-floats in ldb printer.
Raymond Toy [Wed, 21 Dec 2011 06:13:36 +0000] 
Print out more digits for double-floats in ldb printer.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Fri, 16 Dec 2011 16:53:11 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoUse gcc-4.2 explicitly in case Xcode4 is installed.
Raymond Toy [Wed, 14 Dec 2011 18:49:11 +0000] 
Use gcc-4.2 explicitly in case Xcode4 is installed.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Thu, 8 Dec 2011 18:28:15 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoInclude the bin directory so we include the build scripts in the src
Raymond Toy [Thu, 8 Dec 2011 18:27:30 +0000] 
Include the bin directory so we include the build scripts in the src
distribution.

17 months agoFix ticket:50
Raymond Toy [Thu, 8 Dec 2011 18:22:32 +0000] 
Fix ticket:50

Check if "" (and "/") is in the list of directories and signal an
error so that we use the #P(...) syntax to print out the pathname
readably.

Update the pot and po files accordingly.

17 months agoFix ticket:50
Raymond Toy [Thu, 8 Dec 2011 17:55:36 +0000] 
Fix ticket:50

Catch the case of " " and signal an error so that we can print such
pathnames using the #P(...) syntax.  Also catch the case where the
directory includes an explicit directory separator, "/", which would
not be printed readably either.

Update the pot file too.

17 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Fri, 2 Dec 2011 16:40:57 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

17 months agoUpdate to asdf 2.019; update release info. snapshot-2011-12
Raymond Toy [Tue, 29 Nov 2011 04:39:27 +0000] 
Update to asdf 2.019; update release info.

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Mon, 21 Nov 2011 16:39:45 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

18 months agoRemove hppa-assem.s. It's not referenced anywhere.
Raymond Toy [Sat, 19 Nov 2011 04:27:26 +0000] 
Remove hppa-assem.s.  It's not referenced anywhere.

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Thu, 17 Nov 2011 17:19:43 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

18 months agoForgot to compiler that DECODE-FLOAT can return +/- 1w0 for the sign.
Raymond Toy [Thu, 17 Nov 2011 07:21:18 +0000] 
Forgot to compiler that DECODE-FLOAT can return +/- 1w0 for the sign.

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Mon, 7 Nov 2011 16:57:40 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

18 months agoDon't add .git directory to src tarball! If compression or version is rearrange-dir
Raymond Toy [Mon, 7 Nov 2011 03:13:00 +0000] 
Don't add .git directory to src tarball!  If compression or version is
not given, use some reasonable default so we don't end up with a weird
tarball.

18 months agoUpdate paths to new locations.
Raymond Toy [Sun, 6 Nov 2011 05:51:11 +0000] 
Update paths to new locations.

18 months agoMove make-dist.sh, make-extra-dist.sh, make-main-dist.sh and
Raymond Toy [Sun, 6 Nov 2011 05:46:44 +0000] 
Move make-dist.sh, make-extra-dist.sh, make-main-dist.sh and
make-src-dist.sh to bin.

18 months agoMove cross-build-world.sh to bin.
Raymond Toy [Sun, 6 Nov 2011 04:47:37 +0000] 
Move cross-build-world.sh to bin.

18 months agoMove rebuild-lisp.sh to bin.
Raymond Toy [Sat, 5 Nov 2011 15:19:19 +0000] 
Move rebuild-lisp.sh to bin.

18 months agoExit after print the usage message.
Raymond Toy [Sat, 5 Nov 2011 06:50:15 +0000] 
Exit after print the usage message.

18 months agoIgnore linux and sparc build directories.
Raymond Toy [Sat, 5 Nov 2011 05:42:16 +0000] 
Ignore linux and sparc build directories.

18 months agoIf -b is not given, try to choose a suitable name from the OS type.
Raymond Toy [Sat, 5 Nov 2011 05:40:45 +0000] 
If -b is not given, try to choose a suitable name from the OS type.

18 months agoIgnore darwin build directories.
Raymond Toy [Sat, 5 Nov 2011 05:40:06 +0000] 
Ignore darwin build directories.

18 months agoUpdate paths.
Raymond Toy [Sat, 5 Nov 2011 02:15:46 +0000] 
Update paths.

18 months agoUpdate paths for the new location of the scripts.
Raymond Toy [Fri, 4 Nov 2011 13:52:34 +0000] 
Update paths for the new location of the scripts.

18 months agoMoved more sripts to bin from src/tools.
Raymond Toy [Fri, 4 Nov 2011 13:49:47 +0000] 
Moved more sripts to bin from src/tools.

18 months agoRearrange directory structure.
Raymond Toy [Fri, 4 Nov 2011 05:04:50 +0000] 
Rearrange directory structure.

18 months agoUpdate from change log.
Raymond Toy [Fri, 4 Nov 2011 04:52:46 +0000] 
Update from change log.

18 months agoSTRING-TO-OCTETS returns the buffer, the number of octets written and
Raymond Toy [Fri, 4 Nov 2011 04:39:36 +0000] 
STRING-TO-OCTETS returns the buffer, the number of octets written and
the number of characters converted when a buffer is given.  If the
buffer is not large enough, not all characters are converted.  This is
an incompatible change from the previous version.

Suggested by Helmut Eller, cmucl-imp, 2011-10-29.

18 months agoInitial version for 20d release notes.
Raymond Toy [Fri, 4 Nov 2011 04:25:50 +0000] 
Initial version for 20d release notes.

18 months agoChange bootfile directory from 20b to 20c.
Raymond Toy [Fri, 4 Nov 2011 04:25:11 +0000] 
Change bootfile directory from 20b to 20c.

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Thu, 3 Nov 2011 18:22:18 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

18 months agoMerge commit 'release-20c'
Raymond Toy [Thu, 3 Nov 2011 05:38:38 +0000] 
Merge commit 'release-20c'

18 months agoTest for directory or file (because that's what -e does). release-20c
Raymond Toy [Wed, 2 Nov 2011 02:24:17 +0000] 
Test for directory or file (because that's what -e does).

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Mon, 31 Oct 2011 15:42:37 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

18 months agoPretty-print WITH-ARRAY-DATA.
Raymond Toy [Mon, 31 Oct 2011 00:55:31 +0000] 
Pretty-print WITH-ARRAY-DATA.

18 months agoSolaris sh doesn't have test -e. Use -d instead.
Raymond Toy [Sun, 30 Oct 2011 22:32:18 +0000] 
Solaris sh doesn't have test -e.  Use -d instead.

18 months agoSolaris /bin/sh doesn't like ${VERSION:+ -v "$VERSION"}. Simplify it.
Raymond Toy [Sun, 30 Oct 2011 22:31:56 +0000] 
Solaris /bin/sh doesn't like ${VERSION:+ -v "$VERSION"}.  Simplify it.

18 months agoMerge branch 'RELEASE-20C-BRANCH'
Raymond Toy [Sun, 30 Oct 2011 17:27:25 +0000] 
Merge branch 'RELEASE-20C-BRANCH'

18 months agoUpdate asdf to version 2.018.
Raymond Toy [Sun, 30 Oct 2011 17:24:54 +0000] 
Update asdf to version 2.018.

18 months agoIgnore files generated by tex.
Raymond Toy [Sun, 30 Oct 2011 06:31:10 +0000] 
Ignore files generated by tex.

18 months agoAuto-detect NetBSD.
Raymond Toy [Sun, 30 Oct 2011 06:23:49 +0000] 
Auto-detect NetBSD.

18 months agoMerge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl
Raymond Toy [Tue, 25 Oct 2011 16:07:08 +0000] 
Merge branch 'master' of git://common-lisp.net/projects/cmucl/cmucl

19 months agoUpdate date.
Raymond Toy [Sat, 22 Oct 2011 20:52:25 +0000] 
Update date.

19 months agoClean up phrasing.
Raymond Toy [Sat, 22 Oct 2011 20:50:06 +0000] 
Clean up phrasing.