Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
STklos
Browse files
Apr 13, 2025
Merge branch 'jpellegrini-optimize-list.c'
· 5079552c
Erick
authored
Apr 13, 2025
5079552c
Documentation update
· 7b0a7385
Erick
authored
Apr 13, 2025
7b0a7385
Apr 12, 2025
Typo fix in a message
· 510b0a4a
Erick
authored
Apr 12, 2025
510b0a4a
Avoid a second run of the list to count needed cons
· bd4bc75b
Erick
authored
Apr 12, 2025
bd4bc75b
Apr 10, 2025
Small refactoring of list_type_and_length
· eeb1ff7c
Erick
authored
Apr 10, 2025
eeb1ff7c
Samll rewrite of simple_list_copy
· e5d44134
Erick
authored
Apr 10, 2025
e5d44134
Make simple-list-copy a static function
· 78de04f7
Erick
authored
Apr 10, 2025
78de04f7
Apr 03, 2025
Suppress useless test in list-copy
· 39a525e8
Erick
authored
Apr 03, 2025
39a525e8
Apr 02, 2025
Rename STk_must_malloc_list in STk_C_make_list
· efdf97d7
Erick
authored
Apr 02, 2025
efdf97d7
Make STk_must_malloc_list thread-safe
· f2f79f74
Erick
authored
Apr 02, 2025
f2f79f74
Used a pool of unused cells to decrease the number of GC
· 94690bc2
Erick
authored
Apr 02, 2025
94690bc2
Optimize STk_must_malloc_list for small lists
· 4adff10d
Erick
authored
Apr 02, 2025
4adff10d
Mar 29, 2025
Don't test the result of STk_must_malloc_many function
· fc35cdbf
Erick
authored
Mar 29, 2025
fc35cdbf
Simplified the writing of function STk_must_malloc_list
· 2e0fc578
Erick
authored
Mar 29, 2025
2e0fc578
Moved STk_must_malloc_list in list.c
· b4eabd74
Erick
authored
Mar 29, 2025
b4eabd74
Small modifications to the code
· b0c1f0de
Erick
authored
Mar 29, 2025
b0c1f0de
Merge branch 'optimize-list.c' of github.com:jpellegrini/STklos into jpellegrini-optimize-list.c
· e5aab4ba
Erick
authored
Mar 29, 2025
e5aab4ba
Mar 24, 2025
Merge branch 'jpellegrini-fix-mult'
· ebd66911
Erick
authored
Mar 24, 2025
ebd66911
Merge branch 'fix-mult' of github.com:jpellegrini/STklos into jpellegrini-fix-mult
· d9c39e64
Erick
authored
Mar 24, 2025
d9c39e64
Merge branch 'jpellegrini-srfis'
· aaa0e0ea
Erick
authored
Mar 24, 2025
aaa0e0ea
Merge branch 'srfis' of github.com:jpellegrini/STklos into jpellegrini-srfis
· 9de5f072
Erick
authored
Mar 24, 2025
9de5f072
Merge branch 'jpellegrini-doc-dec'
· d74c31e5
Erick
authored
Mar 24, 2025
d74c31e5
Merge branch 'doc-dec' of github.com:jpellegrini/STklos into jpellegrini-doc-dec
· de7733de
Erick
authored
Mar 24, 2025
de7733de
Merge branch 'jpellegrini-list'
· 094df316
Erick
authored
Mar 24, 2025
094df316
Merge branch 'list' of github.com:jpellegrini/STklos into jpellegrini-list
· cbbb162b
Erick
authored
Mar 24, 2025
cbbb162b
Mar 23, 2025
Merge branch 'jpellegrini-exit-code'
· 0abd8756
Erick
authored
Mar 23, 2025
0abd8756
Use the EXIT_FAILURE and EXIT_SUCCESS for direct calls to STk_exit
· 778a43e6
Erick
authored
Mar 23, 2025
778a43e6
Use the constants EXIT_SUCCESS and EXIT_FAILURE instead of 1 and 0
· edbe8928
Erick
authored
Mar 23, 2025
edbe8928
Various modifications to the `exit` and `emergenecy-exit`
· 07c7637a
Erick
authored
Mar 23, 2025
07c7637a
Merge branch 'exit-code' of github.com:jpellegrini/STklos into jpellegrini-exit-code
· 72d5fd0b
Erick
authored
Mar 23, 2025
72d5fd0b
Merge branch 'read+'
· 7de55e4e
Erick
authored
Mar 23, 2025
7de55e4e
Mar 22, 2025
Fixed an "internal error in the reader"
· 9d572bd5
Erick
authored
Mar 22, 2025
9d572bd5
Skip characters until end of line when an error occurs in the REPL
· 4dbb9601
Erick
authored
Mar 22, 2025
4dbb9601
Add the #!uvector-syntax and #!no-uvector-syntax
· 35043422
Erick
authored
Mar 22, 2025
35043422
Added the accept-uvector-syntax parameter object
· 9b1c1ab6
Erick
authored
Mar 22, 2025
9b1c1ab6
Add parameter object accept-uvector-syntax
· 97b7e75d
Erick
authored
Mar 22, 2025
97b7e75d
Renamed #!srfi-169 directive in #!underscore-numbers
· a548ed16
Erick
authored
Mar 22, 2025
a548ed16
Mar 20, 2025
Add a test for the #!srfi-169 read directive
· 38b13c45
Erick
authored
Mar 20, 2025
38b13c45
Do not use define-read-directive while making the rboot image
· 2dfe7ee5
Erick
authored
Mar 20, 2025
2dfe7ee5
Added directives #!srfi-169 and #!no-srfi-169
· e4a464b8
Erick
authored
Mar 19, 2025
e4a464b8
Loading