2009-05-10 |
Stelian Ionescu | Fix ROD, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix STRING-ROD tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Make STRING-ROD accept string designators, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for MAKE-ROD.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNE-DOWNCASE.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNE-UPCASE.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for BOTH-CASE-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for LOWER-CASE-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for UPPER-CASE-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for GRAPHIC-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix DIGIT-RUNE-P, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix DIGIT-RUNE, add more tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Remove unused variable.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add test alpha-rune-p.3
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for ALPHANUMERIC-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix test alpha-rune-p.error.1
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix DIGIT-RUNE-P, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for ALPHA-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Make DEFINE-RUNE-COMPARISON a macolet.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Macroize definitions of rune comparison tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-NOT-LESSP, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-NOT-GREATERP, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-GREATERP, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-LESSP, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNE-NOT-EQUAL.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-EQUAL, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE>=, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE<=, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE>, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE<, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNE/=.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE=, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for UNICODE-RUNE-P.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix test runep.6
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNEP.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix function RUNE, add tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix dependency list of runes.lisp
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix DIGIT-RUNE, add tests
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add tests for RUNE-NAME.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Move RUNE-NAME to rods.lisp
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Move NAME-RUNE to rods.lisp
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add rune tests.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix NAME-RUNE.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix RUNE-NAME.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix NROD-UPCASE and NROD-DOWNCASE.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Reorganise test suite.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Fix in-package.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Export symbols of runes and rods.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Move runes and rods to base package.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Implement NROD-CAPITALIZE.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add STRING-ROD.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add ROD-STRING.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Don't COPY-SEQ in ROD-UPCASE, ROD-DOWNCASE and ROD...
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add key arg NEW to ROD.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Use :element-type 'RUNE in MAKE-ROD.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Add deftype of ROD.
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Accept only rods in NROD-UPCASE, NROD-DOWNCASE and...
|
commit | commitdiff | tree |
2009-05-10 |
Stelian Ionescu | Accept rod designators in ROD-UPCASE, ROD-DOWNCASE...
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Misc. fixes.
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Implement ROD-TRIM, ROD-LEFT-TRIM and ROD-RIGHT-TRIM.
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Remove slots DIRECTORY-DELIMITER, ALTERNATIVE-DELIMITER...
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Add runes.lisp and rods.lisp to iolib.pathnames.asd
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Add implementation of rods.
|
commit | commitdiff | tree |
2009-05-09 |
Stelian Ionescu | Add implementation of runes.
|
commit | commitdiff | tree |
2009-04-24 |
Stelian Ionescu | Style changes.
|
commit | commitdiff | tree |
2009-04-21 |
Stelian Ionescu | Add example echo-server.lisp
|
commit | commitdiff | tree |
2009-04-19 |
Stelian Ionescu | Fix pathname parsing regex.
|
commit | commitdiff | tree |
2009-04-17 |
Stelian Ionescu | Use compund type specifier in HANDLER-CASE.
|
commit | commitdiff | tree |
2009-04-10 |
Stelian Ionescu | Fix bug in heap-parent.
|
commit | commitdiff | tree |
2009-03-30 |
Stelian Ionescu | call-with-socket-to-wait-connect: remove unused variable
|
commit | commitdiff | tree |
2009-03-04 |
Stelian Ionescu | Signal ISYS:EWOULDBLOCK when send/receive timeouts...
|
commit | commitdiff | tree |
2009-03-04 |
Stelian Ionescu | Fix signaling of EINTR in SIGNAL-SOCKET-ERROR.
|
commit | commitdiff | tree |
2009-03-01 |
Stelian Ionescu | Fix timeout handling in CALL-WITH-SOCKET-TO-WAIT-CONNECT...
|
commit | commitdiff | tree |
2009-03-01 |
Stelian Ionescu | Fix WAIT->TIMEOUT (thanks to Ariel Badichi).
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Fix printing of paths.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Remove PARSE-FILE-PATH-TYPE.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Export FILE-PATH methods and classes.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | IOLIB.SOCKETS:CONNECT : keyword arg TIMEOUT has been...
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | IOLIB.SOCKETS:ACCEPT-CONNECTION : keyword arg TIMEOUT...
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Add WAIT->TIMEOUT helper.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Add types TIMEOUT-DESIGNATOR and POSITIVE-TIMEOUT-DESIGNATOR.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Add file-path tests.
|
commit | commitdiff | tree |
2009-02-27 |
Stelian Ionescu | Fix indentation.
|
commit | commitdiff | tree |
2009-02-19 |
Stelian Ionescu | Fix use of MAKE-SOCKADDR-UN in SOCKADDR->SOCKADDR-STORAGE.
|
commit | commitdiff | tree |
2009-02-17 |
Stelian Ionescu | Export TIMER from the MULTIPLEXER package.
|
commit | commitdiff | tree |
2009-02-17 |
Stelian Ionescu | Fix struct kevent groveling on NetBSD.
|
commit | commitdiff | tree |
2009-02-08 |
Stelian Ionescu | Better subtype IOLIB-ERROR.
|
commit | commitdiff | tree |
2009-02-08 |
Stelian Ionescu | Make RESOLVER-ERROR a subtype of ERROR.
|
commit | commitdiff | tree |
2009-02-07 |
Stelian Ionescu | Handle EINTR in %WRITE-OCTETS-FROM-FOREIGN-MEMORY.
|
commit | commitdiff | tree |
2009-02-07 |
Stelian Ionescu | Style change in %FILL-IBUF.
|
commit | commitdiff | tree |
2009-02-07 |
Stelian Ionescu | Reading from socket streams with non-blocking FDs now...
|
commit | commitdiff | tree |
2009-02-07 |
Stelian Ionescu | Update the README with info about generating docs.
|
commit | commitdiff | tree |
2009-02-03 |
Stelian Ionescu | Add credits.
|
commit | commitdiff | tree |
2009-02-03 |
Stelian Ionescu | UNIX addresses are now printed as strings. Abstract...
|
commit | commitdiff | tree |
2009-02-03 |
Stelian Ionescu | Add support for abstract UNIX socket addresses.
|
commit | commitdiff | tree |
2009-02-01 |
Stelian Ionescu | %SYS-GETENV: return only the variable's value, not...
|
commit | commitdiff | tree |
2009-02-01 |
Stelian Ionescu | Fix %SYS-SETENV.
|
commit | commitdiff | tree |
2009-02-01 |
Stelian Ionescu | Add entries about the last bug fixes in the multiplexer.
|
commit | commitdiff | tree |
2009-02-01 |
Stelian Ionescu | Fix select() multiplexer: possible fd lossage in RECALC...
|
commit | commitdiff | tree |
2009-01-31 |
Stelian Ionescu | Fill poll timeout calculation in EVENT-DISPATCH, minor...
|
commit | commitdiff | tree |