Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-04 | Update math.h-exclude-floatingpoint.h.patchHEADmaster | Igor Pashev | 1 | -0/+24 | |
2019-12-04 | Put getloadavg to stdlib.h | Igor Pashev | 2 | -0/+17 | |
2019-11-20 | Exclude floatingpoint.h from math.h | Igor Pashev | 2 | -0/+22 | |
2017-11-22 | libc: backport pthread_attr_get_np | Igor Pashev | 2 | -0/+558 | |
2017-11-21 | Add debian/patches/libm-macro.patch | Igor Pashev | 2 | -0/+19 | |
2017-10-08 | libc: arpa/nameser.h to include sys/types.h | Igor Pashev | 2 | -0/+15 | |
2017-10-08 | libc: math.h to include feature.h | Igor Pashev | 2 | -0/+16 | |
2017-06-22 | math.h includes ieeefp.h (add libc-math-include-ieeefp.patch) | Igor Pashev | 2 | -0/+13 | |
2017-06-20 | libc: refresh debian/patches/libc-add-gnu-strerror_r.patch | Igor Pashev | 1 | -14/+14 | |
2017-06-18 | libc: fix qsort_r() declaration for c++ | Igor Pashev | 1 | -20/+30 | |
2017-06-18 | libc: add cfsetspeed | Igor Pashev | 2 | -0/+68 | |
2017-06-18 | libc: add debian/patches/illumos-6993.patch | Igor Pashev | 2 | -0/+118 | |
2017-06-18 | libc: refresh patches | Igor Pashev | 140 | -1144/+1144 | |
2017-06-18 | localedef: build only the prog | Igor Pashev | 2 | -0/+19 | |
2017-06-17 | libc: try -shared instead of -lc for lddstub | Igor Pashev | 1 | -18/+17 | |
2017-06-16 | libc: use system rpc files | Igor Pashev | 2 | -0/+16 | |
2017-06-16 | libc: keep headers generated by rpcgen | Igor Pashev | 2 | -0/+15 | |
2017-06-14 | libc: add a bunch of new patches | Igor Pashev | 6 | -0/+183 | |
2016-01-15 | getopt: option.name is const char * | Igor Pashev | 2 | -0/+14 | |
2015-10-21 | Adding libm | Igor Pashev | 3 | -0/+110 | |
2015-10-21 | Added debian/patches/localeimpl-getenv.patch | Igor Pashev | 2 | -0/+13 | |
2015-10-21 | More quirks | Igor Pashev | 1 | -16/+21 | |
2015-10-21 | Updated patches | Igor Pashev | 18 | -2073/+180 | |
2015-10-18 | Added debian/patches/libnsl-netname.patch | Igor Pashev | 2 | -0/+23 | |
2015-10-18 | Added debian/patches/libc-fp_data-__huge_val.patch | Igor Pashev | 2 | -0/+20 | |
2015-09-12 | Removed gets() [libc-no-gets.patch] | Igor Pashev | 2 | -0/+33 | |
2015-04-18 | struct-tm.patch: use redefine_extname | Igor Pashev | 2 | -31/+77 | |
2015-04-02 | debian/patches/__time_t.patch: define __time_t == time_t in time.h for nano | Igor Pashev | 2 | -0/+17 | |
2015-04-01 | More ABI fixes related to struct tm | Igor Pashev | 2 | -92/+96 | |
2015-03-31 | Include <features.h> instead of <sys/feature_tests.h> in more files ↵ | Igor Pashev | 5 | -0/+612 | |
(debian/patches/features.patch) | |||||
2015-03-31 | More patches for _XOPEN_SOURCE=600 | Igor Pashev | 7 | -1/+93 | |
2015-03-31 | More patches for _XOPEN_SOURCE=600 | Igor Pashev | 3 | -0/+35 | |
2015-03-31 | No redefine_extname | Igor Pashev | 1 | -11/+6 | |
2015-03-30 | struct-tm.patch: declare functions in case of redefine_extname | Igor Pashev | 1 | -5/+7 | |
2015-03-28 | libc (4.3+14) unstable; urgency=medium | Igor Pashev | 3 | -15/+174 | |
* Preserve ABI. Updated struct-tm.patch. This fixes crashes of older apps using gmtime_r() & Co | |||||
2015-03-27 | libc (4.3+13) unstable; urgency=medium | Igor Pashev | 2 | -7/+14 | |
* execvp should preserve environment (updated execvpe.patch) | |||||
2015-03-27 | libc (4.3+12) unstable; urgency=medium | Igor Pashev | 3 | -0/+132 | |
* Added execvpe (debian/patches/execvpe.patch) * Removed statfs (debian/patches/remove-statfs.patch) | |||||
2015-03-26 | libc (4.3+11) unstable; urgency=medium | Igor Pashev | 1 | -0/+22 | |
* Updated debian/patches/struct-tm.patch: wchar_iso.h | |||||
2015-03-26 | libc (4.3+10) unstable; urgency=medium | Igor Pashev | 3 | -4/+19 | |
* Define __EXTENSIONS__ and _BSD_SOURCE by default. Define _GNU_SOURCE is __EXTENSIONS__ is defined. (debian/compat_headers/features.h) * Updated debian/patches/struct-tm.patch * libnsl uses getdomainname from unistd.h (debian/patches/libnsl-getdomainname.patch) | |||||
2015-03-25 | define _I386_REGS to get register names from /usr/include/sys/regset.h | Igor Pashev | 2 | -0/+24 | |
2015-03-25 | struct tm: add tm_gmtoff and tm_zone | Igor Pashev | 2 | -0/+57 | |
2015-03-19 | define char *basename(const char*) in string.h | Igor Pashev | 2 | -0/+33 | |
2015-03-18 | string.h to include strings.h | Igor Pashev | 2 | -0/+13 | |
2015-01-05 | libc (4.3+7) unstable; urgency=medium | Igor Pashev | 2 | -0/+74 | |
* Hide all _Unwind* symbols (updated debian/patches/no-unwind.patch) -- Igor Pashev <pashev.igor@gmail.com> Mon, 05 Jan 2015 01:14:45 +0300 libc (4.3+6) unstable; urgency=medium * Do not package /usr/include/stddef.h (not used, but when is causes errors) * Added using std::malloc_usable_size; into malloc.h (updated libc-malloc_usable_size.patch) * Added debian/patches/no-unwind.patch | |||||
2015-01-01 | Added using std::malloc_usable_size; into malloc.h (updated ↵ | Igor Pashev | 1 | -9/+17 | |
libc-malloc_usable_size.patch) | |||||
2014-12-25 | Fixed complication against refactored rpc/rpc.h | Igor Pashev | 2 | -0/+64 | |
2014-12-25 | tdestroy: fixed segfault | Igor Pashev | 1 | -13/+13 | |
2014-11-13 | libc (4.3+4) unstable; urgency=medium | Igor Pashev | 4 | -0/+50 | |
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch * Added zic-enable-leapsecond.patch * Added TZDIR.patch * Added etc-timezone.patch | |||||
2014-11-14 | More patches | Igor Pashev | 3 | -0/+472 | |
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch | |||||
2014-06-20 | libc (4.3+3) unstable; urgency=medium | Igor Pashev | 1 | -7/+19 | |
* Fixed pipe2() to really call pipe2 syscall (updated libc-pipe.patch) |