elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/Makefile
CommitAuthorDateMessage
98feee265f950a9ad02467d4f6e13d53e15400eGreg Haerr2024-06-02[libc] Pass 2: Add system calls to OpenWatcom C library for ELKS
8e055907aa69a07b22dcd10dcc9bbcbac892b63Greg Haerr2024-05-30Rename libc/Watcom to libc/watcom.mk
50834a97f97b00b06c6cb04e41d4adb553bec6cGreg Haerr2024-05-30[libc] First pass at compiling most all of C library with OpenWatcom
6cc93d55df8d08b4f1aecba5c243d55c89654e5Greg Haerr2024-04-06[debug] Move stack backtrace and symbol profiling to C library
1bf85f65a22d8b9615ce57d1eccf3c1cd5ff72ftkchia2023-11-26[libc] Fix glitch when building elks-libc on launchpad.net
8222e7e8fe48d85ef775e16cbb9e1b64ec34098tkchia2022-12-07[libc] Add and install ELKS-specific spec file for gcc-ia16
1ac4772a365f2c707b990d72d562ba7238680bdtkchia2022-11-26[libc] Implem. regparmcall calling convention for execl... funcs.
42fea4c90b9dc51f8a9b3c2762a049747a02dc6tkchia2022-11-20[libc] Implement regparmcall calling convention for most libc routines (except execl...)
3fdfc75b3a995b923639767962c996477269206Tee-Kiah Chia2022-05-24[libc] update how makefile parses `$(CC) -print-multi-lib` output
fcbb87afe97c0050d712d21ad1cad6635303f86Greg Haerr2022-04-10[libc] Various enhancements to save space or increase accuracy
f46854306172f14880ed42237b398e158044a30Greg Haerr2022-04-07[libc] Port math library to ELKS libc
d9c9f93a6f02d5db62f64068ac6ac239ce5a034Tee-Kiah Chia2020-08-18[libc] `make install' for libc now also uninstalls old libc headers (take 2)
a132cf98ec1543238db53ce774c47c9cbd5c9afTee-Kiah Chia2020-08-18[libc] `make uninstall' now zaps all headers in the subdirs.
a719f2c0b11d8e34bea72f8aac6059fcd91b633Greg Haerr2020-08-17[networking] Add standard network headers to libc, remove kernel headers from network apps
014131510b2b6342fd2bd48993ea5204ddd6c90tkchia2020-05-18Proposed support for "medium memory model" programs in ELKS kernel (#621)
0ea90691ec9659fe223ebc98935d4cc6f5a4ad4Tee-Kiah Chia2020-05-09[libc] for now, do not build any medium-memory-model libraries
af546a659be542d0be0e1cf5ae980ec967a31faTee-Kiah Chia2020-03-11[libc] [kernel] [elkscmd] start tidying up header files
2b4b855a65a90c1dce7c40c0ba4a352b62ec75ctkchia2020-02-29[libc] [elkscmd] add support for `stdcall' calling convention, & try building `bc' using this convention (#398)
b26755450ed946bd1660560bdc8585093582492Tee-Kiah Chia2020-02-24[libc] boost dependency checks, force recursive make in subdirs.
8c22121b289d0d98353c1495a7ddb3fa855332bTee-Kiah Chia2019-12-14[libc] also install call_tab.v & defn_tab.v, for elksemu use, when doing `make install'
7a5b8c6588bfa4cacacaa7e06227a05e33a3b7bTee-Kiah Chia2019-06-15[libc] `make install' into $(DESTDIR) rather than $(PREFIX)
998e9833745f6cd3a99a350059f920da757cbe1Tee-Kiah Chia2019-06-04[libc] add an `uninstall' make target
b724afa436eeed4087f381a73eed11dc1a89ee7Tee-Kiah Chia2019-05-20[libc] fix: `make install' forgot to install autoconf.h
4ceeae5ddb37b74c0ab292097f6b64eed48985dTee-Kiah Chia2019-04-28[libc] add (some) multilib handling, & add `make install' rule (take 6)
c3f95450677c9653b3d507d753fd39f34bba531Greg Haerr2019-04-22fix OSX build breaking on cp -u
f8d6df8d0babe6620213caa59aa990335d72f45MFLD2019-04-22Revert "Build libc.a and crt0.o multilibs for different calling conventions"
7625f81c739d5c2849ef74af98cb807bec3fd98Tee-Kiah Chia2019-04-20[libc] Fix: fall back on `cp` if `cp -u` does not work
b060db352438f259c9a232741386cf9cc321b4eTee-Kiah Chia2019-04-20[libc] Just use libc.a file name everywhere, to simplify things
bfa54866ab6cb42bbd1f441059a7387ae7e26f0Tee-Kiah Chia2019-04-19[libc] multilibs for `stdcall`, `regparmcall` call conventions
1a42f7e2fa253c3d349a9e74443498b4e30bcf8mfld-fr2019-04-18[libc] Fix missing crt0.o after #256
69a976b4d5848618b2c3e9467918184a0c023b6Tee-Kiah Chia2019-04-18[libc] build up libc.a from separate dirs. in more reliable way
ca6f8d38eea10399166aa9cdea72e604c735608Greg Haerr2019-04-16Last modifications required to fully build ELKS under OS X
db9b4e48e659b92065aa791691a440c1beed00cmfld-fr2019-04-12Revert "Dubious fixes for OSX compile"
7696c8e76e6590dbe1303e47f3518af8c3a83a2Greg Haerr2019-04-11Dubious fixes for OSX compile, need changes or testing
78aa430d7bb4d084eb5d647802f3095ac868988Greg Haerr2019-04-11More .s/.S changes for OSX compile
1b21e92e5615e563514cf7f7d4c118334c29a83mfld-fr2018-06-29[libc] Optimize memcpy()
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc