Age | Commit message (Expand) | Author |
2019-07-22 | Tentative magic to support out-of-path CC, especially in cross-builds | Laurent Bercot |
2019-07-19 | Simplify cross-build support some more | Laurent Bercot |
2019-07-19 | Accept configure invocation from any directory | Laurent Bercot |
2019-07-19 | Accept raw external $CC for cross-compiling | Laurent Bercot |
2019-05-11 | Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0 | Laurent Bercot |
2019-02-24 | -fPIC -> CPPFLAGS_AUTO | Laurent Bercot |
2019-02-24 | Build as PIC by default | Laurent Bercot |
2019-02-19 | Add skalibs/posixishard.h | Laurent Bercot |
2019-02-19 | Add DragonFly macro; remove nbwaitall and ancilautoclose | Laurent Bercot |
2018-05-03 | Add nullispointer sysdep | Laurent Bercot |
2018-03-01 | Add byte_zzero, openb_read | Laurent Bercot |
2018-02-02 | Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for 64-... | Laurent Bercot |
2018-01-13 | Only test strnlen visibility in headers | Laurent Bercot |
2017-12-21 | Add dirfd sysdep, because Solaris sucks | Laurent Bercot |
2017-12-21 | Big 2.6.3.0 reorganization | Laurent Bercot |
2017-11-22 | Add O_DIRECTORY sysdep | Laurent Bercot |
2017-10-30 | Make all-pic a user option | Laurent Bercot |
2017-10-29 | Shut up, grep | Laurent Bercot |
2017-10-29 | Add pie test, don't double build on pie | Laurent Bercot |
2017-10-05 | Better *FLAGS management; prepare for 2.6.0.1 | Laurent Bercot |
2017-08-28 | Add nsgetparent sysdep | Laurent Bercot |
2017-08-23 | Change xexecvep exit codes ; add namespaces sysdep | Laurent Bercot |
2017-07-16 | Change setgroups() management, in particular add skalibs_setgroups() | Laurent Bercot |
2017-07-15 | Add egidingroups sysdeps, because FreeBSD | Laurent Bercot |
2017-05-15 | bugfixes: invalid clockmon detection and futimens detection | Laurent Bercot |
2017-05-02 | Fix a configure error message when cross-compiling | Laurent Bercot |
2017-04-26 | Fix getrandom() detection: need to run the test, not only link! | Laurent Bercot |
2017-03-13 | Cleanups - mostly removing superfluous includes in headers | Laurent Bercot |
2017-03-08 | Update documentation for the types change, with some extra fixes | Laurent Bercot |
2017-02-15 | add arc4random_addrandom sysdep; next batch of types changes. | Laurent Bercot |
2017-01-25 | More work on the types. This commit builds but has errors. | Laurent Bercot |
2016-10-29 | bugfix: correctly read timer_lib when cross-compiling | Laurent Bercot |
2016-10-24 | Add timer_lib for support (GNU requires -lrt for timer_create!) | Laurent Bercot |
2016-10-24 | Add the alarm library, first draft. | Laurent Bercot |
2016-10-16 | Revert SKALIBS_DEFAULTPATH to /usr/bin:/bin | Laurent Bercot |
2016-10-14 | Clean up and modernize librandom. | Laurent Bercot |
2016-09-27 | configure: allow $CC to have several words | Laurent Bercot |
2016-09-26 | Replace c99 compiler test with clang | Laurent Bercot |
2016-08-12 | ... if I stop being an idiot | Laurent Bercot |
2016-08-12 | And the next iteration! | Laurent Bercot |
2016-08-12 | Next iteration... BSD shells are BROKEN | Laurent Bercot |
2016-08-12 | Redirections are hard for the BSD shells | Laurent Bercot |
2016-08-12 | Next iteration of the spawn.lib experiment | Laurent Bercot |
2016-08-12 | Solaris fix attempt for spawn.lib detection | Laurent Bercot |
2016-08-12 | Add spawn_lib support | Laurent Bercot |
2016-08-10 | Fix posix_spawn() autodetection (it can be in librt) | Laurent Bercot |
2016-04-27 | Add new sysdeps for futimens() and futimes(), adapt touch() implementation | Laurent Bercot |
2016-03-19 | More standard support for cross-compilation (--host only, no --enable-cross) | Laurent Bercot |
2016-03-10 | Change default SKALIBS_DEFAULTPATH to /usr/bin:/usr/sbin:/bin:/sbin to accom... | Laurent Bercot |
2015-11-30 | Easier CROSS_COMPILE support in configure | Laurent Bercot |