0.9.13.50: Windows baby-steps
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 20 Jun 2006 05:38:42 +0000 (05:38 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 20 Jun 2006 05:38:42 +0000 (05:38 +0000)
commit2561033fd3ed9e224dffc445262e097e5abfa920
tree56495a78478c797614eb56f10f16ec893268258a
parent6705ea772448f27498001829689556ab2f0302e5
0.9.13.50: Windows baby-steps
  * Less sucky toplevel-init: use PARSE-NATIVE-NAMESTRING to deal with
    user-supplied init-file names, and refactor the logic between Posix
    and Windows.
  * New runtime option: --debug-environment, prints out the command line
    arguments and environment before anything fancy gets done to them.
    Good for debugging startup from Windows shortcuts, etc.
  * Less magic constants, more groveled stuff.
  * SB-WIN32::GET-FOLDER-PATH renamed to SB-WIN32::GET-FOLDER-PATHNAME,
    and it now returns pathnames instead of strings.
  * Add internal function SBCL-HOMEDIR-PATHNAME, and centralize the
    SBCL_HOME stuff there.
  * Still LESS_SHOUTING.
  * Move stuff-groveled-from-headers.lisp earlier in the build-order,
    so toplevel.lisp can use it.
  * No localtime_r and gmtime_r on Windows.
build-order.lisp-expr
package-data-list.lisp-expr
src/code/filesys.lisp
src/code/toplevel.lisp
src/code/win32.lisp
src/runtime/globals.h
src/runtime/runtime.c
src/runtime/time.c
version.lisp-expr