summaryrefslogtreecommitdiff
path: root/module/ice-9
AgeCommit message (Expand)AuthorFilesLines
2012-03-12add ice-9 thread-poolAndy Wingo1-0/+192
2012-03-12add (ice-9 async-queue)Andy Wingo1-0/+164
2012-03-08Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2-148/+11
2012-03-07faster (make-prompt-tag); default-prompt-tag is a parameterAndy Wingo1-2/+12
2012-03-07call-with-{input,output}-string implemented in schemeAndy Wingo1-0/+14
2012-03-06shuffle r4rs procedures into boot-9Andy Wingo1-126/+119
2012-03-06load parameters earlier in boot-9Andy Wingo1-92/+90
2012-03-06slight tweak to file-exists?, file-is-directory?Andy Wingo1-3/+3
2012-03-06bootstrapping shenanigans in `warn'Andy Wingo1-7/+5
2012-03-06more clear comments in boot-9.scmAndy Wingo1-11/+10
2012-03-06remove deprecated close-io-portAndy Wingo1-2/+0
2012-03-06inline ice-9/r4rs.scm into ice-9/boot-9.scmAndy Wingo2-246/+221
2012-03-05deprecate close-io-portAndy Wingo2-3/+6
2012-03-04Comment out unused definitions of 'do' and 'case' in psyntax.scmMark H Weaver2-137/+7
2012-03-04Fix syntax wrap comments; remove old unused cruftMark H Weaver1-11/+4
2012-03-03Merge branch 'stable-2.0'Mark H Weaver4-25324/+3279
2012-03-03Minimize size of embedded syntax objects in psyntax-pp.scmMark H Weaver3-8153/+220
2012-03-03tree-il->scheme improvementsMark H Weaver2-24932/+9305
2012-03-02pretty-print: allow max-expr-width to be set; recognize more keywordsMark H Weaver1-7/+9
2012-03-02Fix typos in psyntax.scmMark H Weaver2-8435/+8508
2012-02-23Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-95/+6
2012-02-23rewrite open-process in C, for robustnessAndy Wingo1-95/+6
2012-02-19tune default hash table sizesAndy Wingo1-5/+1
2012-02-19ice-9/poll optimizationAndy Wingo1-8/+2
2012-02-17Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2-9082/+10794
2012-02-15Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2-8687/+8708
2012-02-15psyntax: access source properties for all supported objectsMark H Weaver2-6372/+6438
2012-02-15syntax-violation: prefer 'subform' for source info, with 'form' as fallbackMark H Weaver2-11417/+11371
2012-02-15Fix psyntax bugs that would cause bad source annotationsMark H Weaver2-6563/+6585
2012-02-11Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-57/+135
2012-02-08Support => within case, and improve error messages for cond and caseMark H Weaver1-57/+135
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo6-33/+51
2012-02-03i18n: Provide default values for when Gnulib has no replacement.Ludovic Courtès1-26/+32
2012-02-03format: Add specifier ~h for localized number output.Ludovic Courtès1-1/+20
2012-02-03i18n: Use Gnulib's `nl_langinfo' module.Ludovic Courtès1-49/+42
2012-02-02Improve the usage of variable names in Scheme docstrings.Bake Timmons4-9/+9
2012-01-30"fix" local-eval for introduced toplevelsAndy Wingo1-1/+5
2012-01-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo6-18517/+18910
2012-01-30Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'Andy Wingo3-4/+89
2012-01-30Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'Andy Wingo2-4/+45
2012-01-30Fix primitive-eval to return #<unspecified> for definitionsMark H Weaver1-1/+2
2012-01-30Fix 'local-eval' when the specified environment is a moduleMark H Weaver1-1/+1
2012-01-27Fix error messages involving definition formsMark H Weaver2-11325/+11471
2012-01-26more readable gensymsAndy Wingo1-5978/+5203
2012-01-26globally unique marks and labels using syntax-session-idAndy Wingo4-12952/+12078
2012-01-26Implement `local-eval', `local-compile', and `the-environment'Andy Wingo1-0/+251
2012-01-25new syntax procedures to (system syntax)Andy Wingo3-12338/+12363
2012-01-25add syntax-moduleAndy Wingo3-7053/+7077
2012-01-25add syntax-locally-bound-identifiersAndy Wingo3-11456/+13042
2012-01-24vlist: Use (ice-9 format).Ludovic Courtès1-1/+2