Timeline
08/26/09:
- 16:34 Changeset in project [15578] by
- only list globals that are not keywords
- 16:15 Changeset in project [15577] by
- a mess
- 13:31 Changeset in project [15576] by
- slight changes
- 13:24 Changeset in project [15575] by
- added shinns regex benchmarks
- 09:06 Changeset in project [15574] by
- mingw-specific build fixes (thanks to Fadi Moukayed)
- 08:50 Changeset in project [15573] by
- removed redundant use of -inline
- 05:58 Changeset in project [15572] by
- Fix for 1.0+1i not treated as a rectnum or compnum [Bug noted by John …
- 05:57 Changeset in project [15571] by
- Fix for 1.0+1i not treated as a rectnum or compnum [Bug noted by John …
08/25/09:
- 20:15 Changeset in project [15570] by
- Mark a couple more eggs that were ported
- 18:27 Changeset in project [15569] by
- Also describe that content type is automatically handled
- 18:26 Changeset in project [15568] by
- Simplify request creation a little
- 18:25 Changeset in project [15567] by
- Add content-type if the writer is an alist
- 18:17 Changeset in project [15566] by
- Add docs about raw data string
- 18:12 Changeset in project [15565] by
- Also allow raw POSTdata string as argument to call-with-input-request
- 17:34 Changeset in project [15564] by
- Use of 'C_randomize' only in init..
- 14:34 Changeset in project [15563] by
- updated bootstrap tarball; bumped version to 4.1.5
- 10:21 Changeset in project [15562] by
- ackd Fadi Moukayed
- 10:19 Changeset in project [15561] by
- replaced static platform test with dynamic one
08/24/09:
- 17:43 Changeset in project [15560] by
- tagged release
- 16:43 Changeset in project [15559] by
- test for srandom availability in extras was insufficient - removed …
- 13:41 Changeset in project [15558] by
- Fix syntax of procedure signatures
- 13:37 Changeset in project [15557] by
- Remove bogus space in example
- 13:29 Changeset in project [15556] by
- Remove digest auth code, which isn't ready yet!
- 09:05 Changeset in project [15555] by
- -O2 enables inlining by default; fixed bug in rational? reported by …
08/23/09:
- 18:59 Changeset in project [15554] by
- Get rid of unused RPATH_FLAGS
- 18:48 Changeset in project [15553] by
- Changes applied for sjamaan (80.101.127.174) through svnwiki: Add …
- 18:06 Changeset in project [15552] by
- Tag imlib2 for Chicken 4, 0.9
- 18:04 Changeset in project [15551] by
- Always compile with X_DISPLAY_MISSING
- 18:02 Changeset in project [15550] by
- Remove X-specific features
- 17:57 Changeset in project [15549] by
- Fix X11 detection
- 15:00 Changeset in project [15548] by
- Need nowiki escapes in the default punctuation map too because it is …
- 13:39 Changeset in project [15547] by
- Port fancypants to Chicken 4
- 13:36 Changeset in project [15546] by
- Add fancypants wiki page (converted by hand from eggdoc)
- 02:59 Changeset in project [15545] by
- updated NEWS file
- 00:33 Ticket #39 (inlining of procedures that use non-simple subexpressions) closed by
- fixed: Inlining works now for non-simple procedures (r15543).
- 00:13 Changeset in project [15544] by
- removed inlining branch
- 00:02 Changeset in project [15543] by
- merged inlining branch (r15318:15542) into trunk; updated bootstrap …
08/22/09:
- 23:29 Changeset in project [15542] by
- added note in TODO
- 23:20 Changeset in project [15541] by
- need more not-inline declarations
- 23:01 Ticket #70 (add build option to optimize for speed) closed by
- fixed: added in r15540.
- 22:59 Ticket #67 (chicken-install handles dependency chains incorrectly) closed by
- fixed: well, reopen if necessary.
- 22:20 Changeset in project [15540] by
- added OPTIMIZE_FOR_SPEED build option
- 22:08 Changeset in project [15539] by
- new version
- 22:07 Changeset in project [15538] by
- tagged srfi-34 0.4
- 22:07 Changeset in project [15537] by
- applied fix for setup script by Christian Kellermann
- 20:32 Changeset in project [15536] by
- Simplify response parsers a bit
- 15:49 Changeset in project [15535] by
- Add 3.3 to changelog
- 15:47 Changeset in project [15534] by
- Tag postgresql 3.3
- 15:46 Changeset in project [15533] by
- Fix connection mistake: poll for input when POLLING_READING, output …
- 14:51 Changeset in project [15532] by
- add the egg index to the menu for convenience
- 06:17 Changeset in project [15531] by
- Chgd to more inclusive msg.
- 05:37 Changeset in project [15530] by
- The create dir is now "sudo" sensitive.
- 05:36 Changeset in project [15529] by
- Use of setup-api 'copy-file'
08/21/09:
- 14:24 Changeset in project [15528] by
- Chicken version set to 4.1.3
- 12:08 Changeset in project [15527] by
- added topological-sort to data-structures unit; chicken-install sorts …
- 00:46 Changeset in project [15526] by
- [pandora] PostgreSQL specific fixes and documentation tweaks.
08/20/09:
- 20:27 Changeset in project [15525] by
- [pandora] Corrected indentation in the demo script.
- 20:17 Changeset in project [15524] by
- [pandora] Changed 'fold and 'execute methods to make the parameter …
- 20:04 Changeset in project [15523] by
- Changes applied for aaco (201.95.207.134) through svnwiki: Since both …
- 17:48 Changeset in project [15522] by
- [sqlite3] Added an example and improved handling of backend dependencies.
- 04:05 Changeset in project [15521] by
- Fixes related to symbolic differentiation in nemo
08/19/09:
- 21:40 Changeset in project [15520] by
- Add additional test for error cases
- 21:33 Changeset in project [15519] by
- Describe new transaction support procedures
- 21:07 Changeset in project [15518] by
- Tag postgresql 3.2
- 21:03 Changeset in project [15517] by
- Implement transaction support (including nested transactions)
08/18/09:
- 18:02 Changeset in project [15516] by
- [pandora] Fixed the documentation still referring to string/parentheses.
- 13:42 Changeset in project [15515] by
- Changes applied for certainty (212.77.224.11) through svnwiki: fix …
- 13:38 Changeset in project [15514] by
- Changes applied for certainty (212.77.224.11) through svnwiki: fixed …
08/17/09:
- 23:22 Changeset in project [15513] by
- tiny fixes
- 23:13 Changeset in project [15512] by
- inlining in local mode didn't treat multiply assigned global as unkown
- 22:31 Changeset in project [15511] by
- Update copyright year
- 22:30 Changeset in project [15510] by
- Document bind-address
- 22:28 Changeset in project [15509] by
- Implement bind-address
- 22:18 Changeset in project [15508] by
- SSL does not use keyword args, but positional optional args
- 22:05 Changeset in project [15507] by
- Implement SSL
- 13:46 Changeset in project [15506] by
- assembler files weren't preprocessed at all
- 04:38 Changeset in project [15505] by
- Some fixes to the qwiki LaTeX driver
- 03:25 Changeset in project [15504] by
- added initial LaTeX output driver for qwiki
08/16/09:
- 15:50 Ticket #70 (add build option to optimize for speed) created by
-
something like
[…]
This should use the gcc option
-O3
instead … - 12:15 Changeset in project [15503] by
- added test to manifest
- 12:15 Changeset in project [15502] by
- added test for inlining/capture bug
- 11:29 Changeset in project [15501] by
- remove symlink in make clean if soname is used
- 02:13 Changeset in project [15500] by
- [pandora] Imported local branch into repository
- 02:04 Changeset in project [15499] by
- Created repository for the pandora egg
08/15/09:
- 15:54 Changeset in project [15498] by
- Do not try to delete directories if they are actually a symbolic link
- 15:35 Changeset in project [15497] by
- Add post-commit-hook to setup and meta file
- 15:11 Changeset in project [15496] by
- added note about test
- 15:09 Changeset in project [15495] by
- assignment also marks lexically accessed variable as captured, not …
- 14:42 Changeset in project [15494] by
- Add the post-commit-hook that cleans up the HTML files that match the …
- 13:35 Changeset in project [15493] by
- No need to test the filename, since updating a directory is not really …
- 13:12 Changeset in project [15492] by
- Fix handling of directories - it was a mess before, it's better but …
- 13:03 Changeset in project [15491] by
- Add comment to make clean what undo-changes! really does
- 13:02 Changeset in project [15490] by
- Handle reverting of directories
08/14/09:
- 20:17 Changeset in project [15489] by
- updated version
- 20:16 Changeset in project [15488] by
- added missing dependency
- 19:52 Changeset in project [15487] by
- more info in bench log
- 19:39 Changeset in project [15486] by
- added file-lists in misc/, inlining tweaks and fixes
- 19:20 Changeset in project [15485] by
- enabled soname for bsd builds
- 19:19 Ticket #65 (disable executable stack sections) closed by
- fixed: Applied in r15484. Thanks for testing this.
- 19:01 Ticket #69 (chicken-install does not stop on error) closed by
- fixed: Thanks, patch applied in r15483.
- 19:00 Changeset in project [15484] by
- apply patch by Zbigniew to disable executable stack in assembly code …
- 18:50 Ticket #60 (reactivate SONAME) closed by
- fixed: Functionality has been added in r15445.
- 18:42 Changeset in project [15483] by
- applied patch to csc by Zbigniew to always exit with a status code of …
- 18:19 Changeset in project [15482] by
- uninstall only removes libraries installed for this version
- 16:01 Changeset in project [15481] by
- Note changes in 2.31 and 2.32
- 15:58 Changeset in project [15480] by
- Changes applied for Anonymous coward (153.96.175.126) through svnwiki: …
- 15:56 Changeset in project [15479] by
- Tag uri-generic 2.32
- 15:55 Changeset in project [15478] by
- Fix bug with absolute paths directly followed by query
- 15:16 Changeset in project [15477] by
- Do not use deprecated <a name=...> syntax, but use IDs
- 15:12 Changeset in project [15476] by
- No longer using sxpath-lolevel, as it seems
- 15:09 Changeset in project [15475] by
- Remove dependency on sxml-fu, since we now only use one small …
- 15:02 Changeset in project [15474] by
- We no longer have empty link titles anymore
- 15:01 Changeset in project [15473] by
- Pretty print changed intentation levels
- 15:01 Changeset in project [15472] by
- We no longer have empty link titles anymore
- 14:58 Changeset in project [15471] by
- Fix heading ordering
- 14:56 Changeset in project [15470] by
- Fix ordering of paragraph
- 14:53 Changeset in project [15469] by
- If the page ends with definitions, output the final definition list
- 14:45 Changeset in project [15468] by
- Fix ordering of inline/non-inline things
- 14:38 Changeset in project [15467] by
- Do not reverse block-level elements (the final step reverses …
- 14:28 Changeset in project [15466] by
- Changes applied for Anonymous coward (153.96.175.126) through svnwiki: …
- 14:27 Changeset in project [15465] by
- Changes applied for Anonymous coward (153.96.175.126) through svnwiki:
- 14:15 Changeset in project [15464] by
- Add internal wiki link rules and allow pretty urls
- 14:13 Changeset in project [15463] by
- Fix wiki links so they have text contents
- 14:02 Changeset in project [15462] by
- Changes applied for Anonymous coward (153.96.175.126) through svnwiki: …
- 12:23 Changeset in project [15461] by
- Tag new fixed version
- 09:59 Changeset in project [15460] by
- improvements to the differentiation code in nemo-utils
- 09:39 Changeset in project [15459] by
- some fixes and extensions to the differentiation and simplification …
- 08:44 Changeset in project [15458] by
- readline: typo, chick-rllibs -> check-rllibs
- 08:27 Ticket #69 (chicken-install does not stop on error) created by
- After a compilation error chicken-install will continue to execute and …
- 06:13 Changeset in project [15457] by
- increased stream-wiki version to 1.1
- 06:12 Changeset in project [15456] by
- streamlining of wiki link parsing; added some simle test cases
- 05:26 Changeset in project [15455] by
- release 0.71 of uri-common
- 05:24 Changeset in project [15454] by
- modified uri-common constructors to check if return value from …
- 05:23 Changeset in project [15453] by
- uri-generic release 2.31
- 05:22 Changeset in project [15452] by
- modified the constructors for uri-generic to return #f if there are …
- 02:16 Changeset in project [15451] by
- added backward euler method to nemo examples
08/13/09:
- 22:04 Changeset in project [15450] by
- Fix lots of validation errors
- 22:03 Changeset in project [15449] by
- Do not make headings part of paragraphs
- 20:50 Changeset in project [15448] by
- Code definition conversion rules
- 20:49 Changeset in project [15447] by
- Implement (code) definition parsers
- 20:17 Changeset in project [15446] by
- mark all outer lambdas as inline-targets
- 20:15 Changeset in project [15445] by
- various fixes related to soname; bnumped version to 4.1.2
- 20:06 Changeset in project [15444] by
- import lib is generated during build
- 19:16 Changeset in project [15443] by
- Add quick and dirty index file handling
- 19:09 Changeset in project [15442] by
- Fix markup so it is valid again
- 18:59 Changeset in project [15441] by
- Remove debugging info
- 18:55 Changeset in project [15440] by
- 18:49 Changeset in project [15439] by
- Implement handling of conflicts
- 18:36 Changeset in project [15438] by
- reactivated SONAME, possibly messed everything up
- 17:58 Changeset in project [15437] by
- Implement user authentication
- 17:54 Changeset in project [15436] by
- initial import
- 17:53 Changeset in project [15435] by
- added interfaces page
- 17:32 Changeset in project [15434] by
- added wiki page for srfi-4-comprehenesion
- 17:32 Changeset in project [15433] by
- cleaned up setup script
- 17:26 Changeset in project [15432] by
- Update copyright statement
- 17:09 Ticket #66 (don't remove setup-api.c and setup-download.c in "make clean") closed by
- fixed: Fixed in r15430.
- 17:06 Changeset in project [15431] by
- Implement commit functionality
- 16:50 Changeset in project [15430] by
- setup-api.c and setup-download.c are not removed in make clean …
- 16:39 Changeset in project [15429] by
- Tag version 0.10
- 16:38 Changeset in project [15428] by
- Fix broken svn-add procedure; svn uses credentials there too. This …
- 14:34 Changeset in project [15427] by
- Make nowiki work again
- 14:14 Changeset in project [15426] by
- Rearrange rules so that TYPE works only on elements and not on attribs
- 08:26 Changeset in project [15425] by
- added symbolic differentiation to nemo-utils
- 04:49 Changeset in project [15424] by
- [sqlite3] Tagged version 3.5.0
- 04:47 Changeset in project [15423] by
- [sqlite3] Modernization of C API use, support for automatic statement …
- 01:52 Changeset in project [15422] by
- added readline doc
08/12/09:
- 17:01 Changeset in project [15421] by
- Fix update/checkout-sources! procedure
- 14:29 Changeset in project [15420] by
- initial version
- 08:41 Changeset in project [15419] by
- releasing 3/smtp v1.4
- 08:10 Changeset in project [15418] by
- a workaround for a possible bug in fprintf (handling ~?)
08/11/09:
- 16:30 Changeset in project [15417] by
- Changes applied for Anonymous (209.136.134.158) through svnwiki: …
- 16:29 Changeset in project [15416] by
- Changes applied for Anonymous (209.136.134.158) through svnwiki: …
- 16:28 Changeset in project [15415] by
- Changes applied for Anonymous coward (209.136.134.158) through …
- 15:34 Ticket #68 (move installed eggs into into /var) closed by
-
fixed: Should work now in r15414 (pass
VARDIR
to themake(3)
invocation). - 15:14 Changeset in project [15414] by
- added support for VARDIR
- 14:09 Ticket #64 ("maze" benchmark produces incorrect result when compiled wirth -block ...) closed by
- fixed: The problem appears to be that on 64-bit platforms, the fixnum-range …
- 13:49 Changeset in project [15413] by
- decoding of encoded large integers could overflow on 64-bit platforms (#64)
- 10:52 Changeset in project [15412] by
- new release
- 10:51 Changeset in project [15411] by
- handling *PI*, *DECL* and *COMMENT* in sxml->html output procedure
- 09:14 Changeset in project [15410] by
- binary-heap release 1.0
- 09:13 Changeset in project [15409] by
- initial import of binary-heap, a binary heap implementation
- 09:05 Ticket #68 (move installed eggs into into /var) created by
-
To follow FHS, the repository path should be located in
/var/...
. … - 03:44 Changeset in project [15408] by
- release 1.61 of srfi-42
- 03:43 Changeset in project [15407] by
- added SRFI license text to srfi-42.scm
- 03:12 Changeset in project [15406] by
- Changes applied for Anonymous coward (24.99.12.243) through svnwiki: …
- 03:09 Changeset in project [15405] by
- typos fix
- 03:01 Changeset in project [15404] by
- corrected link to Chicken bug tracker
- 02:59 Changeset in project [15403] by
- fixed some URLs in the periodic-tasks page
08/10/09:
- 23:59 Changeset in project [15402] by
- lru-cache: bump .setup version
- 22:53 Changeset in project [15401] by
- Changes applied for Anonymous coward (98.210.132.177) through svnwiki: …
- 04:40 Ticket #67 (chicken-install handles dependency chains incorrectly) created by
- Dependency chains such as a -> b -> c must be handled by installing a …
- 03:59 Changeset in project [15400] by
- random-swb release 1.9
- 03:59 Changeset in project [15399] by
- added matchable as a dependency of random-swb
- 03:57 Changeset in project [15398] by
- sfht release 2.4
- 03:56 Changeset in project [15397] by
- typo fix in sfht
- 03:54 Changeset in project [15396] by
- nemo release 2.3
- 03:54 Changeset in project [15395] by
- updated nemo doc and setup for version 2.3
- 03:53 Changeset in project [15394] by
- Added eggdoc as a dependency of nemo.
- 03:46 Changeset in project [15393] by
- rb-tree release 2.8
- 03:46 Changeset in project [15392] by
- updated rb-tree doc and setup for version 2.8
- 03:45 Changeset in project [15391] by
- added matchable as dependency of rb-tree
- 03:37 Changeset in project [15390] by
- lognum release 1.2
- 03:37 Changeset in project [15389] by
- Fixes to lognum's module declaration.
- 03:33 Changeset in project [15388] by
- consistent capitalization of CHICKEN
- 03:32 Changeset in project [15387] by
- more updates to periodic tasks
- 03:29 Changeset in project [15386] by
- Updated info on periodic tasks
- 03:21 Changeset in project [15385] by
- removed obsolete file debian-eggs
- 03:16 Changeset in project [15384] by
- updated debian packages page
- 02:46 Changeset in project [15383] by
- added table of contents functionality to qwiki
08/09/09:
- 18:28 Changeset in project [15382] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 18:25 Changeset in project [15381] by
- renamed enable-checks to enable-whitelisting
- 18:23 Changeset in project [15380] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 17:51 Changeset in project [15379] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 17:40 Changeset in project [15378] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 17:33 Changeset in project [15377] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 17:09 Changeset in project [15376] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 14:12 Changeset in project [15375] by
- factored out the qwiki-nowiki extension
- 13:58 Changeset in project [15374] by
- created qwiki-sxml-page-template procedure
- 13:36 Changeset in project [15373] by
- some more modifications to content rendering in qwiki
- 10:13 Changeset in project [15372] by
- additions to the sxml rendering parts of qwiki
- 10:10 Changeset in project [15371] by
- fixes to svn-client.setup
08/08/09:
- 16:01 Changeset in project [15370] by
- Split out subversion implementation to make it easier to plug in …
- 15:33 Changeset in project [15369] by
- Fix small mistake in page declaration on history page
- 15:28 Changeset in project [15368] by
- Do not limit the number of history entries because there's no way to …
- 15:18 Changeset in project [15367] by
- Add history viewing functionality
- 00:12 Changeset in project [15366] by
- Changes applied for John Cowan (72.14.228.129) through svnwiki: Typo fix
08/07/09:
- 23:58 Changeset in project [15365] by
- Changes applied for John Cowan (72.14.228.129) through svnwiki: …
- 16:09 Changeset in project [15364] by
- Add "nowiki" tag support
- 15:26 Changeset in project [15363] by
- Fix "special" handling
- 15:23 Changeset in project [15362] by
- Add a non-named URL to the test too
- 15:22 Changeset in project [15361] by
- Fix (named) URL parsing and add it to the tests
- 14:53 Changeset in project [15360] by
- Update to use latest sxml-fu version
- 14:52 Changeset in project [15359] by
- Document changelog 0.2
- 14:51 Changeset in project [15358] by
- Update copyright year
- 14:51 Changeset in project [15357] by
- Describe the new procedures
- 14:46 Changeset in project [15356] by
- Change explicit default/text rules to alist-conv-rules, for readability
- 14:40 Changeset in project [15355] by
- Fix parens and add srfi-1/sxml-transforms to imports
- 14:38 Changeset in project [15354] by
- Add convenience procedures for folding many rules into an XML output
- 14:27 Changeset in project [15353] by
- Describe that href/src can now be uri-common objects
- 14:06 Changeset in project [15352] by
- Do not append high-level rules and low-level rules directly, this …
- 14:04 Changeset in project [15351] by
- Move the SXML rules into their own file, and update them to make …
- 13:47 Changeset in project [15350] by
- Document the doctype-rules
- 13:40 Changeset in project [15349] by
- Add doctype-rules for sxml-transforms
- 10:32 Changeset in project [15348] by
- sqlite3: Tagged version 3.3.1
- 10:32 Changeset in project [15347] by
- sqlite3: Merged bindings of database memory statistics functions.
- 05:54 Changeset in project [15346] by
- Rmvd unnecessary '-C' from benchmarks compile ('-I' is a C compiler …
- 00:24 Changeset in project [15345] by
- sqlite3: Tagged version 3.3.0
- 00:22 Changeset in project [15344] by
- sqlite3: Merged local code cleanups and switch to sql-null for NULL …
08/06/09:
- 20:57 Changeset in project [15343] by
- Changes applied for certainty (82.82.131.238) through svnwiki:
- 20:55 Changeset in project [15342] by
- fixed handling of default-targets. removed extras from imports
- 20:51 Changeset in project [15341] by
- disable checks by default
- 20:40 Changeset in project [15340] by
- fixed bug in procedure-resolver. fixed typo. minor adjustments
- 17:29 Changeset in project [15339] by
- sqlite3: Tagged version 3.2.1
- 17:28 Changeset in project [15338] by
- Add tag 2.0.8
- 17:28 Changeset in project [15337] by
- Add tag 2.0.3
- 17:28 Changeset in project [15336] by
- Add tag 2.0.4
- 17:28 Changeset in project [15335] by
- Add tag 2.0.5
- 17:25 Changeset in project [15334] by
- [sqlite3] Merged CHICKEN 4 specific local changes back into Subversion.
- 17:08 Changeset in project [15333] by
- [sqlite3] Copied trunk from CHICKEN 3 to CHICKEN 4 repository path.
- 17:06 Changeset in project [15332] by
- Created directory for CHICKEN 4 version of the SQLite3 egg.
- 12:59 Changeset in project [15331] by
- fixed missing relinking for chicken-setup (reported by sjamaan)
- 10:07 Changeset in project [15330] by
- Add some more crosses to the eggs that have been ported
- 09:11 Ticket #66 (don't remove setup-api.c and setup-download.c in "make clean") created by
- (reported by Davide Puricelli)
- 09:11 Ticket #65 (disable executable stack sections) created by
- (reported by Marijn Schouten) […] …
- 09:06 Ticket #64 ("maze" benchmark produces incorrect result when compiled wirth -block ...) created by
- (reported by mario) Some initial testing by adding debugging output …
08/05/09:
- 23:29 Ticket #63 (create-directory with parents doesn't accept relative paths under Unix) created by
- {{{(create-directory "./foo" #t) => Error: (create-directory) cannot …
- 23:13 Changeset in project [15329] by
- Add initial really quick 'n dirty qwiki implementation
- 20:27 Changeset in project [15328] by
- Add tests to egg files
- 19:40 Changeset in project [15327] by
- Add exception for URIs: those will probably never be quoted (but we …
- 15:42 Changeset in project [15326] by
- Changes applied for Sam Varner (209.136.134.158) through svnwiki: …
- 13:18 Changeset in project [15325] by
- Initial, quick 'n dirty port of svn-client to chicken 4
- 12:53 Changeset in project [15324] by
- fixes
- 12:39 Changeset in project [15323] by
- more intelligent inlining; standard-extension procedure in setup-api
- 10:30 Changeset in project [15322] by
- fix link to matchable
- 08:21 Changeset in project [15321] by
- documentation fixes, read-symbolic-link enhancement by mario; …
- 08:01 Changeset in project [15320] by
- added x11-colors page
- 08:00 Changeset in project [15319] by
- initial import
- 07:41 Changeset in project [15318] by
- created branch for improvement of inlining
08/04/09:
- 20:28 Changeset in project [15317] by
- Changes applied for John Cowan (72.14.228.129) through svnwiki: Added …
- 17:02 Changeset in project [15316] by
- Handle file access denied errors by sending a 403 Forbidden when the …
- 12:22 Changeset in project [15315] by
- Update unix-sockets changelog
- 12:17 Changeset in project [15314] by
- Fix errno() breakage with chicken 4.1.0
08/03/09:
- 20:42 Changeset in project [15313] by
- Change all occurrences of '==' used in test(1) comparisons to read …
- 17:41 Changeset in project [15312] by
- Fix connection timeout behaviour by simply disconnecting
- 16:48 Changeset in project [15311] by
- Updated last checked version on NetBSD to be 4.1.0 (amd64 and macppc)
- 12:15 Changeset in project [15310] by
- ack update
- 12:12 Changeset in project [15309] by
- A few manual and wiki fixes, thanks to Sam Varner
- 09:21 Changeset in project [15308] by
- updated download page for 4.1.0
- 08:13 Changeset in project [15307] by
- scbib release 1.0
- 08:10 Changeset in project [15306] by
- scbib documentation and bug fixes
- 04:35 Changeset in project [15305] by
- Initial import of wiki-parse, a parser for svnwiki content based on …
- 01:30 Changeset in project [15304] by
- merged last changes from release branch
08/02/09:
- 22:31 Changeset in project [15303] by
- NEWS and site-indx update
- 20:48 Changeset in project [15302] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: Added …
- 20:45 Changeset in project [15301] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: Fixed …
- 20:41 Changeset in project [15300] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: Fixed typo.
- 20:38 Changeset in project [15299] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: Minor …
- 20:35 Changeset in project [15298] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: "These" …
- 20:32 Changeset in project [15297] by
- Changes applied for Sam Varner (71.59.4.63) through svnwiki: Replaced …
08/01/09:
- 17:00 Changeset in project [15296] by
- Include link to 3.4.0.
- 00:57 Changeset in project [15295] by
- merged with manual from release branch
- 00:41 Changeset in project [15294] by
- merged some changes from the wiki into manual
- 00:31 Changeset in project [15293] by
- merged prerelease branch r15292 into release branch; synced with …
07/31/09:
- 22:08 Ticket #61 (Buffer overflow in file_info_2) closed by
- fixed: Patch applied in r15292. Danke.
- 22:03 Ticket #62 (abs() argument truncated on 64-bit) closed by
- fixed: Patch attached in r15291. Thanks.
- 21:50 Changeset in project [15292] by
- applied patch by zbigniew for fixing various buffer overflows (#61)
- 21:45 Changeset in project [15291] by
- fixed abs(3) overflow by applying patch from zbigniew
- 20:24 Ticket #62 (abs() argument truncated on 64-bit) created by
- Reported by Alejandro: > In Chicken 3.4.0 linux-unix-gnu-x86-64 the …
- 17:19 Changeset in project [15290] by
- Add an example usage of spiffy
- 08:09 Changeset in project [15289] by
- hfs+: try installing the right extension name
- 08:03 Changeset in project [15288] by
- ported to chicken 4 (thanks to Christian Kellermann)
- 08:03 Changeset in project [15287] by
- r4 page for regex-literals
- 08:00 Changeset in project [15286] by
- ported to chicken 4 (thanks to Christian Kellermann)
- 07:53 Changeset in project [15285] by
- r4 branch
- 07:51 Changeset in project [15284] by
- r4 branch
- 07:49 Changeset in project [15283] by
- updated doc.scm
- 07:45 Changeset in project [15282] by
- imported r4 version
- 07:31 Changeset in project [15281] by
- Initial import of scbib, a library for managing bibliographic data.
- 07:26 Changeset in project [15280] by
- fixes in smtp
- 06:29 Ticket #61 (Buffer overflow in file_info_2) created by
- […] Patch attached. Also fixes a couple other overflows in Win32 …
- 01:11 Changeset in project [15279] by
- hfs+: update wiki for v0.3
- 00:49 Changeset in project [15278] by
- hfs+: update to version 0.3 (copyfile)
07/30/09:
- 10:58 Changeset in project [15277] by
- added directory for ckeen
- 10:51 Changeset in project [15276] by
- strip unit names (if unit-name equals symbol in se); include windows.h …
07/29/09:
- 11:10 Changeset in project [15275] by
- handle errors when deleting files and optional loading for compile-file
- 10:22 Changeset in project [15274] by
- handle crappy shells when using compile-file
07/28/09:
- 18:47 Changeset in project [15273] by
- Removed another-test.
- 15:47 Changeset in project [15272] by
- compile-file was missing from import lib
- 15:08 Changeset in project [15271] by
- Changes applied for mario (201.40.162.47) through svnwiki:
- 14:53 Changeset in project [15270] by
- enabled gc-report shows reclaimed locative-table entries
- 14:27 Changeset in project [15269] by
- Changes applied for mario (201.40.162.47) through svnwiki: Test
- 11:51 Changeset in project [15268] by
- Add foof's macro post to tutorials
Note: See TracTimeline
for information about the timeline view.