source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8437   17 years gz fix compiler warning
(edit) @8436   17 years gz work in progress, for backup
(edit) @8435   17 years marco baringer Waste less space in %lfun-info. Store pc->source mappings as vectors …
(edit) @8434   17 years Gary Byers gone
(edit) @8433   17 years Bill St. Clair Compiling a system from a loaded file no longer disables …
(edit) @8432   17 years Gary Byers Need OS package in image, maybe.
(edit) @8431   17 years Gary Byers Restore STACK-SIZE kernel global.
(edit) @8430   17 years Gary Byers STRING-COMPARE upcases non-STANDARD-CHAR codes.
(edit) @8429   17 years Gary Byers Add %non-standard-char-code-upcase.
(edit) @8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
(edit) @8427   17 years Gary Byers rename
(edit) @8426   17 years R. Matthew Emerson Use temp1 for nargs. Update %kernel-global and kernel-global for X8632.
(edit) @8425   17 years Gary Byers move toplevel text files to doc directory
(edit) @8424   17 years marco baringer Rename record-source-location to record-source-location-on-stream-p. …
(edit) @8423   17 years marco baringer Refactor x862-compile to test for debug-info only once.
(edit) @8422   17 years Bill St. Clair Don't need this anymore.
(edit) @8421   17 years Bill St. Clair Marco's source-tracking-0801 branch passes tests on the customer …
(edit) @8420   17 years Gary Byers Don't just toggle beween weak GC methods; pick up user pref from global.
(edit) @8419   17 years Gary Byers Export WEAK-GC-METHOD.
(edit) @8418   17 years Gary Byers WEAK-GC-METHOD.
(edit) @8417   17 years Gary Byers Replace obsolete BAD_FPSCR_SAVE_HIGH with WEAK_GC_METHOD.
(edit) @8416   17 years Gary Byers Replace obsolete BAD_FPSCR_SAVE_HIGH with WEAK_GC_METHOD.
(edit) @8415   17 years Gary Byers SIGINT interrupt from (e.g.) GDB can produce EIO.
(edit) @8414   17 years Gary Byers xload-level-0: copy a minimal set of packages (cl, ccl, keyword, …
(edit) @8413   17 years Gary Byers new binaries
(edit) @8412   17 years Gary Byers new binaries
(edit) @8411   17 years Gary Byers new binaries
(edit) @8410   17 years Gary Byers new binaries
(edit) @8409   17 years Gary Byers new binaries
(edit) @8408   17 years Gary Byers Win64 changes; see if they break other platforms.
(edit) @8407   17 years Gary Byers Bump min fasl version.
(edit) @8406   17 years Gary Byers Bump current fasl version.
(edit) @8405   17 years Gary Byers Slightly better bignum * fixnum multiply.
(edit) @8404   17 years Gary Byers Use imm2 in %floor.
(edit) @8403   17 years Gary Byers Bump max fasl version.
(edit) @8402   17 years Gary Byers SHOW-FUNTION-CONSTANTS for PPC.
(edit) @8401   17 years Gary Byers weak hash stuff in ppc GC, too
(edit) @8400   17 years Gary Byers Change image-abi-version. FASL version will change soon.
(edit) @8399   17 years Gary Byers Move image start address up by 64K.
(edit) @8398   17 years Gary Byers Use (%null-ptr) vice +null-ptr+; easier to cross-compile.
(edit) @8397   17 years Gary Byers Change low-memory ("nilreg area", subprims) base address on x8664 …
(edit) @8396   17 years Gary Byers change implict .SPcall-clozure address in init-nclosure.
(edit) @8395   17 years Gary Byers Fix typo in error message in %COUNT-CHARACTERS-IN-OCTET-VECTOR.
(edit) @8394   17 years Bill St. Clair Make the generic-function dispatch optimizations safe for development. …
(edit) @8393   17 years marco baringer Added ccl::show-function-constants and show-uvector-contents (both of …
(edit) @8392   17 years marco baringer Fix bug in x862-compile related to souruec location recording. There …
(edit) @8391   17 years R. Matthew Emerson Change nargs from imm0 to temp1.
(edit) @8390   17 years marco baringer Source-location tracking patch. Ready for working-0711 users testing
(edit) @8389   17 years marco baringer creating branch for source-loction patch
(edit) @8388   17 years Gary Byers No such luck.
(edit) @8387   17 years Gary Byers Some win64 conditionalization; hope it doesn't break anything.
(edit) @8386   17 years Gary Byers Lose the concept of *compile-dcode-functions* (e.g., always do this stuff.)
(edit) @8385   17 years Gary Byers :connect-timeout stuff.
(edit) @8384   17 years Gary Byers Reset *error-reentry-count* a lot earlier (before signal, certainly).
(edit) @8383   17 years R. Matthew Emerson Port some changes from the trunk for better source line reporting in gdb.
(edit) @8382   17 years R. Matthew Emerson Define nargregs, correct tag for xcode_vector.
(edit) @8381   17 years Gary Byers ARGLIST-FROM-MAP: propagate fix for &rest/&key case from trunk.
(edit) @8380   17 years Gary Byers Reset *error-reentry-count* on entry to %ERROR, to try to avoid …
(edit) @8379   17 years R. Matthew Emerson Signal an error from ALLOCATE-INSTANCE when an Objective-C init …
(edit) @8378   17 years Gary Byers easier to bootstrap
(edit) @8377   17 years R. Matthew Emerson Contents now found in ccl:level-0;X86;x86-io.lisp.
(edit) @8376   17 years R. Matthew Emerson This one function (%GET-ERRNO) is so small that it seems worthwhile to …
(edit) @8375   17 years R. Matthew Emerson Try again to Get rid of these x8664-*.lisp files.
(edit) @8374   17 years R. Matthew Emerson Update LAP code to use a 32-bit %nargs.
(edit) @8373   17 years R. Matthew Emerson Keep using 16-bit nargs on x8664. (Will merge with trunk later, and …
(edit) @8372   17 years R. Matthew Emerson Merged changes 7685:8261 from branches/1.1/ccl.
(edit) @8371   17 years R. Matthew Emerson add x8632 placeholder
(edit) @8370   17 years Gary Byers Fix conditinalization.
(edit) @8369   17 years Gary Byers Implement an alternate approach to weak-hash-table processing (the …
(edit) @8368   17 years R. Matthew Emerson Treat nargs as a 32-bit register.
(edit) @8367   17 years R. Matthew Emerson Treat nargs as a 32-bit register.
(edit) @8366   17 years R. Matthew Emerson Wrap files in #+x8664-target (progn ...)
(edit) @8365   17 years R. Matthew Emerson Try this whole thing again. Move files from level-0/X86/X8664/ back …
(edit) @8364   17 years R. Matthew Emerson Remove dupliate files. Please ignore my incompetence.
(edit) @8363   17 years R. Matthew Emerson Get rid of stray file.
(edit) @8362   17 years R. Matthew Emerson Add files back.
(edit) @8361   17 years R. Matthew Emerson Rename these to x86-xxx.lisp again, and move them out of the X8664 …
(edit) @8360   17 years R. Matthew Emerson nargs is 32 bits now.
(edit) @8359   17 years R. Matthew Emerson Try to avoid future confusion by correcting the definition of struct …
(edit) @8358   17 years R. Matthew Emerson Make nargs be the full 32 bit register.
(edit) @8357   17 years R. Matthew Emerson Make nargs 32 bits; define subtagmask; define default-node-regs-mask; …
(edit) @8356   17 years Gary Byers Change some LAP code to recogize that %nargs is 32 bits wide now.
(edit) @8355   17 years Gary Byers x862-simple-opt-entry: use (! check-min-max-args) when appropriate. In …
(edit) @8354   17 years Gary Byers %nargs is 32-bits wide now, so lotsa changes.
(edit) @8353   17 years Gary Byers %nargs is 32-bits wide now, so lotsa changes, generally for the better.
(edit) @8352   17 years Gary Byers %nargs is 32-bits wide now.
(edit) @8351   17 years Gary Byers Linux :stat.st_mtim is a timespec (seconds, nanoseconds), not a timeval.
(edit) @8350   17 years R. Matthew Emerson nthrow1value, unbind_to, unbind_interrupt_level.
(edit) @8349   17 years R. Matthew Emerson Don't open-code funcall. Fixes to %symbol->symptr, …
(edit) @8348   17 years R. Matthew Emerson More messing around with calling X862-THREE-TARGETED-REG-FORMS.
(edit) @8347   17 years gz Update to trunk r8346
(edit) @8346   17 years gz fix TIME
(edit) @8345   17 years gz Just use %get-errno, duh
(edit) @8344   17 years gz Update to trunk r8343
(edit) @8343   17 years gz implement copy-file directly (rather than by run-program), add …
(edit) @8342   17 years gz add stream-eof-transient-p
(edit) @8341   17 years Gary Byers %nargs is 32-bits wide now.
(edit) @8340   17 years Gary Byers %nargs is 32-bits wide now.
(edit) @8339   17 years Gary Byers Wasn't this checked in a few days ago ?
(edit) @8338   17 years Gary Byers I assume that LABELS has worked for the last few decades.
Note: See TracRevisionLog for help on using the revision log.