summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-07Doc typo fixHEADmasterShiro Kawai
2024-03-07Fix some doc entriesShiro Kawai
2024-03-07Some more docsShiro Kawai
2024-03-06More error checkingShiro Kawai
2024-03-06Describe old names (flonum-min-*)Shiro Kawai
2024-03-06Start adding srfi-252Shiro Kawai
2024-03-05Cross reference between builtins and scheme.flonumShiro Kawai
2024-03-05Avoid platform-difference of denormalized flonum supportShiro Kawai
2024-03-05Update docs for greatest-positive-flonum etc.Shiro Kawai
2024-03-05Revise fl-{greatest|least} definition using new built-insShiro Kawai
2024-03-05Add greatest-positive-flonum and renamed other procedures for consistencyShiro Kawai
2024-03-04Update spigot README removing .scm.c thingShiro Kawai
2024-03-04Revert generating .scm.c from .scmShiro Kawai
2024-03-04Update package name of spigot exampleShiro Kawai
2024-03-04Update spigot exampleShiro Kawai
2024-03-04Support precomp-only 'in-module' formShiro Kawai
2024-03-03Remove 'experimental' comment from gauche.package.*Shiro Kawai
2024-03-03Use -C option to install spigotShiro Kawai
2024-03-03More document on spigot exampleShiro Kawai
2024-03-02Futher update of spigotShiro Kawai
2024-03-02One more fix in 'gauche-package compile'Shiro Kawai
2024-03-02Fix 'gauche-package compile --clean'Shiro Kawai
2024-03-02Update according to gauche.package.compile changeShiro Kawai
2024-03-02Use alternative C filename in 'gauche-package compile'Shiro Kawai
2024-03-01Update spigot example to precompile *.scm instead of *.stubShiro Kawai
2024-03-01Remove sci file by 'gauche-package compile --clean'Shiro Kawai
2024-03-01Help message fixShiro Kawai
2024-03-01Fix 'gauche-package compile' to direclty compile scm fileShiro Kawai
2024-03-01Cleanup with the procedure type improvementShiro Kawai
2024-02-29Carry closure type information into its procedure-typeShiro Kawai
2024-02-28Add construct-procedure-typeShiro Kawai
2024-02-27Preparing to manage type info of lambda nodeShiro Kawai
2024-02-27Document type?Shiro Kawai
2024-02-27Add type?Shiro Kawai
2024-02-27Rename $lambda-flag to $lambda-metaShiro Kawai
2024-02-27Fix translate-packed-iformShiro Kawai
2024-02-27Ensure initializing $lambda-flag with '()Shiro Kawai
2024-02-26Another step of updating $lambda-flagShiro Kawai
2024-02-26Start chaning $lambda-flag slot to allow multiple flag valuesShiro Kawai
2024-02-26Install lang.asm.regsetShiro Kawai
2024-02-25Some tweaksShiro Kawai
2024-02-25Add lang.asm.regsetShiro Kawai
2024-02-24Add vm-function-address for jit experimentShiro Kawai
2024-02-24Make static table setup a cise macroShiro Kawai
2024-02-23Move gauche.cgen.bbb to gauche.vm.bbbShiro Kawai
2024-02-22Comment typo fixShiro Kawai
2024-02-22Mention append-reverse in doc of reverseShiro Kawai
2024-02-21Document cise let* enhancementShiro Kawai
2024-02-21cise - Allow stmt between let* bindingsShiro Kawai
2024-02-21Less nesting of let* in cise codeShiro Kawai