Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-16 | Fix 64b buildsclisp | Samuel Thibault | |
2013-02-12 | Fix link | Samuel Thibault | |
* libs/Makefile: Do not pass -Wl to gcc. | |||
2008-08-13 | Remove changing routine information. | Flavio Cruz | |
2008-08-13 | Remove printf's. | Flavio Cruz | |
2008-08-11 | Fix filenames. Add install target. | Flavio Cruz | |
2008-08-11 | Use 32 bits, even if file offsets are 64, because of the CLISP long long bug. | Flavio Cruz | |
2008-08-11 | Ignore unused parameters task & cookie. | Flavio Cruz | |
2008-08-11 | Fix io_server_version issue. | Flavio Cruz | |
2008-08-11 | Indent to GNU Coding Style. | Flavio Cruz | |
2008-08-11 | Align. Remove fprintf's. | Flavio Cruz | |
2008-08-07 | Make lisp_ as prefix. | Flavio Cruz | |
2008-08-07 | Change lisp_S_ to lisp_ in server routines. | Flavio Cruz | |
2008-08-07 | Add copyright notice. | Flavio Cruz | |
2008-08-07 | s/lisp_/lisp_S_/g | Flavio Cruz | |
2008-08-07 | Use filenames with - not _. | Flavio Cruz | |
--HG-- rename : libs/fs_wrapper.c => libs/fs-wrapper.c rename : libs/fs_wrapper.h => libs/fs-wrapper.h rename : libs/io_wrapper.h => libs/io-wrapper.h rename : libs/fsys_wrapper.c => libs/fsys-wrapper.c rename : libs/fsys_wrapper.h => libs/fsys-wrapper.h rename : libs/notify_wrapper.c => libs/notify-wrapper.c rename : libs/notify_wrapper.h => libs/notify-wrapper.h rename : libs/io_wrapper.c => libs/io-wrapper.c | |||
2008-08-06 | Remove round-page. | Flavio Cruz | |
2008-08-06 | Remove round-page. | Flavio Cruz | |
2008-08-06 | Move stubs to libs. Create an unique library named liblisptrans. | Flavio Cruz | |
--HG-- rename : stubs/io_wrapper.c => libs/io_wrapper.c rename : stubs/io_wrapper.h => libs/io_wrapper.h rename : stubs/notify_wrapper.h => libs/notify_wrapper.h rename : stubs/fsys_wrapper.h => libs/fsys_wrapper.h rename : stubs/fsys_wrapper.c => libs/fsys_wrapper.c rename : stubs/common.c => libs/common.c rename : stubs/notify_wrapper.c => libs/notify_wrapper.c rename : stubs/fs_wrapper.h => libs/fs_wrapper.h rename : stubs/fs_wrapper.c => libs/fs_wrapper.c | |||
2008-07-30 | Use the GNU Coding Style. | Flavio Cruz | |
2008-07-30 | Use the GNU Coding Style. | Flavio Cruz | |
2008-07-30 | Use the GNU Coding Style. | Flavio Cruz | |
2008-07-30 | Add exec-reauth. Remove special file-exec directive. | Flavio Cruz | |
2008-07-30 | Add possible implementation of exec-reauth. | Flavio Cruz | |
2008-07-30 | Fork the process to execute a file. Implemente exec_finished as an interface ↵ | Flavio Cruz | |
for the lisp part. | |||
2008-07-29 | Move helper libraries to /libs. | Flavio Cruz | |
--HG-- rename : hurd/helper-libs/fetch-root.c => libs/fetch-root.c rename : hurd/helper-libs/file-utimes.c => libs/file-utimes.c rename : hurd/helper-libs/Makefile => libs/Makefile rename : hurd/helper-libs/file-exec.c => libs/file-exec.c rename : hurd/helper-libs/portset-demuxer.c => libs/portset-demuxer.c rename : hurd/helper-libs/round-page.c => libs/round-page.c |