source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5323   18 years Gary Byers Print hex with leading #x, not #0x …
(edit) @5322   18 years Gary Byers Do some sanity checks on SAVE-APPLICATION pathname, before it's too …
(edit) @5321   18 years Gary Byers ASCII, some other changes.
(edit) @5320   18 years Gary Byers Rearrange a few things; pass :line-termination option to MAKE-FD-STREAM.
(edit) @5319   18 years Gary Byers Yet another line-termination translation scheme; hopefully, the last …
(edit) @5318   18 years Gary Byers Add character names for #\Line_Separator, #\Paragraph_separator.
(edit) @5317   18 years Gary Byers * empty log message *
(edit) @5316   18 years Gary Byers *TERMINAL-CHARACTER-ENCODING-NAME*.
(edit) @5315   18 years Gary Byers In %ERROR, go straight to the kernel debugger if interactive streams …
(edit) @5314   18 years Gary Byers Don't initialize interactive streams via DEF-LOAD-POINTERS. Wrap that …
(edit) @5313   18 years Gary Byers Handle the (new) -K/--terminal-encoding command-line argument.
(edit) @5312   18 years Gary Byers * empty log message *
(edit) @5311   18 years Gary Byers INPUT-STREAM-P, OUTPUT-STREAM-P are true of instances if INPUT-STREAM/ …
(edit) @5310   18 years Gary Byers Do abort() if kernel debugger is entered when --batch is in effect.
(edit) @5309   18 years Gary Byers QUIT: flush *STDOUT* in PROCESS-EXIT-APPLICATION.
(edit) @5308   18 years Gary Byers PROCESS-EXIT-APPLICATION: flush *stdout* here.
(edit) @5307   18 years Gary Byers * empty log message *
(edit) @5306   18 years Gary Byers CODE-UNIT, not CODE-ELEMENT. Add a TRANSLATE slot to IO-BUFFER.
(edit) @5305   18 years Gary Byers basic (vs fundamental) socket streams.
(edit) @5304   18 years Gary Byers Real, live EXTERNAL-FORMAT structures.
(edit) @5303   18 years Gary Byers Bump.
(edit) @5302   18 years Gary Byers %COPY-STRING-TO-U8: use #\? as a replacement character.
(edit) @5301   18 years Gary Byers * empty log message *
(edit) @5300   18 years Gary Byers More register name aliases. FMH.
(edit) @5299   18 years Gary Byers get_mxcsr, set_mxcsr.
(edit) @5298   18 years Gary Byers Save the mxcsr, load it with a C-like value (all exceptions masked) …
(edit) @5297   18 years Gary Byers * empty log message *
(edit) @5296   18 years Gary Byers WITH-ENCODED-CSTR(s). (Hey, it's a start.)
(edit) @5295   18 years Gary Byers CHAR-NAME: try to use at least 4 hex digits for #\U+xxxx syntax.
(edit) @5294   18 years Gary Byers UCS-2, some other changes.
(edit) @5293   18 years Gary Byers Try to get line-termination/external-format stuff working.
(edit) @5292   18 years Gary Byers Assume that character data is always encoded as one or more 8-bit octets.
(edit) @5291   18 years Gary Byers * empty log message *
(edit) @5290   18 years Gary Byers Set class-prototypes for basic-streams just before we make the first one.
(edit) @5289   18 years Gary Byers * empty log message *
(edit) @5288   18 years Gary Byers Darwin uses _sigtramp glue to call handlers, so we need to make …
(edit) @5287   18 years Gary Byers Don't use SIGRETURN to return from signal_handler() on Darwin (since …
(edit) @5286   18 years Gary Byers * empty log message *
(edit) @5285   18 years Gary Byers Compile on ppc,ppc64 osx 10.4 and earlier.
(edit) @5284   18 years Gary Byers Compile on post OSX 10.4 systems, for ppc/ppc64. (Broken on systems …
(edit) @5283   18 years Gary Byers * empty log message *
(edit) @5282   18 years Gary Byers Try to make x86-64 version compile under 10.4 again; see if this …
(edit) @5281   18 years Gary Byers Change things so that they compile for x86-64 on systems later than …
(edit) @5280   18 years Gary Byers * empty log message *
(edit) @5279   18 years Gary Byers DOCUMENTATION works on character-encodings.
(edit) @5278   18 years Gary Byers Character-encodings have doc strings.
(edit) @5277   18 years Gary Byers * empty log message *
(edit) @5276   18 years Gary Byers More FILE-STREAM changes. Give BASIC-STREAM classes a class prototype.
(edit) @5275   18 years Gary Byers Some changes to FD-STREAM initialization, to make it easier to use …
(edit) @5274   18 years Gary Byers Decode and handle UUO_ERROR_DEBUG_TRAP_WITH_STRING.
(edit) @5273   18 years Gary Byers Still get very occasional SIGFPE on return from (e.g.) #_asin on …
(edit) @5272   18 years Gary Byers DEBUG-TRAP-WITH-STRING.
(edit) @5271   18 years Gary Byers Not sure when it happened, but %FASLOAD was parenthesized in such a …
(edit) @5270   18 years Gary Byers On x8664, use a new UUO for BUG. (Not passing context into the kernel …
(edit) @5269   18 years Gary Byers UUO-ERROR-DEBUG-TRAP-WITH-STRING.
(edit) @5268   18 years Gary Byers * empty log message *
(edit) @5267   18 years Gary Byers CLASS-PROTOTYPE method for CLASS class (mostly for BUILT-IN-CLASSes).
(edit) @5266   18 years Gary Byers * empty log message *
(edit) @5265   18 years Gary Byers SELECT-STREAM-CLASS: should probably take a BASIC-P argument.
(edit) @5264   18 years Gary Byers More changes. Imagine that.
(edit) @5263   18 years Gary Byers (Redundant) FIXNUM decls in LDB compiler macro.
(edit) @5262   18 years Gary Byers Memory/vector encode/decode functions take/return strings, not chars. …
(edit) @5261   18 years Gary Byers * empty log message *
(edit) @5260   18 years Gary Byers Check for assumptions about character size. Remove some %i-isms …
(edit) @5259   18 years Gary Byers Remove unused (probably ancient) CHKBOUNDS function. Simpler …
(edit) @5258   18 years Gary Byers Some stuff to infer line-termination. Probably belongs elsewhere; …
(edit) @5257   18 years Gary Byers Load-character-constant: accept :u32const on PPC32, PPC64, too.
(edit) @5256   18 years Gary Byers A little more u16 stuff. Remove line-termination slot from ioblock …
(edit) @5255   18 years Gary Byers Input-filter, output-filter in file-ioblock.
(edit) @5254   18 years Gary Byers Buffer translation functions don't belong here; start thinking about BOM.
(edit) @5253   18 years Gary Byers LOAD-CHARACTER-CONSTANT: it's been a :u32const for the last few weeks …
(edit) @5252   18 years Gary Byers * empty log message *
(edit) @5251   18 years Gary Byers CHAR-NAME looks in the *CHARACTER-NAMES* array if the code is within …
(edit) @5250   18 years Gary Byers Lots more character names. Maintain mappings in a vector and a hash …
(edit) @5249   18 years Gary Byers Doh! character constant fasl encoding ($fasl-char).
(edit) @5248   18 years Gary Byers * empty log message *
(edit) @5247   18 years Gary Byers Some other iso8859-n encodings. (Not sure which are the most important.)
(edit) @5246   18 years Gary Byers Start to separate line-termination/external-format stuff.
(edit) @5245   18 years Gary Byers Lots-o-changes.
(edit) @5244   18 years Gary Byers Make initial interactive streams use UTF-8 (mostly for debugging utf-8 ...)
(edit) @5243   18 years Gary Byers * empty log message *
(edit) @5242   18 years Gary Byers don't clobber callback index when doing the DARWIN_GS_HACK stuff in …
(edit) @5241   18 years Gary Byers Require mach/port.h.
(edit) @5240   18 years Gary Byers Save and restore errno in callback_for_interrupt.
(edit) @5239   18 years Gary Byers Guess again about preprocessor stuff for x86-64 ucontext/mcontext on …
(edit) @5238   18 years Gary Byers Use underscore prefix on all Darwin flavors. Add a type decl in …
(edit) @5237   18 years Gary Byers sign-extend/zero-extend vinsns.
(edit) @5236   18 years Gary Byers sign/zero-extend ffcall, syscall return values. (Probably only …
(edit) @5235   18 years Gary Byers * empty log message *
(edit) @5234   18 years Gary Byers Bump.
(edit) @5233   18 years Gary Byers * empty log message *
(edit) @5232   18 years Gary Byers slight improvements in signed-byte boxing, typechecking.
(edit) @5231   18 years Gary Byers WRITE-BYTE for BASIC-STREAMs.
(edit) @5230   18 years Gary Byers %SWAP-U16, %SWAP-U32.
(edit) @5229   18 years Gary Byers %EVAL-REDEFs for new require-xx functions.
(edit) @5228   18 years Gary Byers UTF-16, in native and byte-swapped versions. Need a "logical" UTF-16, …
(edit) @5227   18 years Gary Byers * empty log message *
(edit) @5226   18 years Gary Byers Numerous changes.
(edit) @5225   18 years Gary Byers %bswap16: fix type declaration.
(edit) @5224   18 years Gary Byers vinsns for signed/unsigned byte 8,16,32,64. Tighten up some …
Note: See TracRevisionLog for help on using the revision log.