remove unused "params" related code from regex
[musl] / include /
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd MOD_TAI to sys/timex.h and update STA_RONLY
2013-01-12 Szabolcs Nagyadd SWAP_FLAG_DISCARD to sys/swap.h
2013-01-12 Szabolcs Nagyadd mount flags to sys/mount.h
2013-01-12 Szabolcs Nagyadd IN_EXCL_UNLINK to sys/inotify.h
2013-01-12 Szabolcs Nagyadd EPOLLWAKEUP flag to sys/epoll.h
2013-01-12 Szabolcs Nagyadd RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
2013-01-12 Szabolcs Nagyadd missing ptrace requests and options to sys/ptrace.h
2013-01-12 Szabolcs Nagyadd missing multicast socket options to netinet/in.h
2013-01-12 Szabolcs Nagyadd missing protocol families to sys/socket.h
2013-01-10 Rich Felkerfix another case of cloexec/nonblock flags not matching...
2013-01-04 rofl0rsetjmp.h: add struct tag for sigjmp_buf (GCC C++ compat...
2013-01-04 rofl0radd legacy header values.h
2013-01-04 rofl0rtime.h: add BSD aliases for otherwise internal struct...
2013-01-04 rofl0rwait.h: add linux specific, thread-related waitpid...
2013-01-04 rofl0r__assert_fail(): remove _Noreturn, to get proper stackt...
2013-01-02 Rich Felkeradd some new-ish IPPROTO constants that were missing
2012-12-28 Rich Felkerexpose [v]asprintf under _BSD_SOURCE
2012-12-28 Rich Felkeralign EPOLL_* flags with fcntl O_* flag definitions...
2012-12-26 Rich Felkeradd linux extension POLLRDHUP to poll.h
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rsocket.h: add SO_(SND/RCV)BUFFORCE to generic block
2012-12-19 Szabolcs Nagymath: more correct tgmath.h type cast logic
2012-12-19 rofl0radd inet_network (required for wine)
2012-12-19 rofl0rlink.h: expose glibc/svr4 dynlinker debugging glue
2012-12-19 Szabolcs Nagymath: new type cast logic in tgmath.h
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-15 Rich Felkeradd some missing macros to sys/shm.h
2012-12-14 Szabolcs Nagyfixed tgmath.h for functions with integral result
2012-12-13 Rich Felkeradd missing flags in sys/timerfd.h
2012-12-11 Szabolcs Nagymath: remove long double version of bessel functions...
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-11 Rich Felkerfix regressions in app compatibility from previous...
2012-12-10 Rich Felkersyscall() declaration belongs in unistd.h, not sys...
2012-12-06 Rich Felkerfix names of ipc_perm __key/__seq elements
2012-12-06 rofl0rfix F_DUPFD_CLOEXEC being defined twice
2012-12-06 rofl0rfixup for fcntl.h changes
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-06 rofl0radd struct msgbuf to sys/msg.h
2012-12-06 rofl0runistd.h: fix wrong type for gid_t argument
2012-12-06 rofl0ripc.h: fix gnu aliases for key and seq in struct ipc_perm
2012-12-06 rofl0radd obsolete futimesat()
2012-12-06 rofl0rfcntl.h: add some linux-specific F_ macros
2012-12-06 rofl0rtcp.h: add SOL_TCP, analoguous to udp.h
2012-12-05 Rich Felkerfix inefficiency of math.h isless, etc. macros
2012-12-05 Rich Felkeradd scsi headers scsi.h and sg.h
2012-12-05 Rich Felkeruse __builtin_offsetof to implement offsetof when possible
2012-12-03 Rich Felkeradd _ALL_SOURCE as an alias for _GNU_SOURCE/enable...
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
2012-12-02 Rich Felkerfix a couple issues in the inttypes.h PRI/SCN macros
2012-12-01 Rich Felkerprovide NSIG under _BSD_SOURCE (default) as well as...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-26 Rich Felkerfix eventfd and inotify nonblock/cloexec flags to match...
2012-11-26 Rich Felkerfix missing limits when only _BSD_SOURCE is defined
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-18 Rich Felkeradd cleaned-up sys/mtio.h
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-11-11 Rich Felkerreport support of TPS option in unistd.h and sysconf
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-11-01 Rich Felkeravoid breakage if somebody wrongly defines empty featur...
2012-11-01 Rich Felkeradd dl_iterate_phdr interface
2012-10-21 Rich Felkerfix issues with wait constants in stdlib.h
2012-10-21 nszcomplex: make _Complex_I work with gcc -std=c99 -pedant...
2012-10-17 Rich Felkerassert() is supposed to have type void
2012-10-16 Rich Felkeradd memmem function (gnu extension)
2012-10-16 Rich Felkermicroblaze TLS relocation support, completely untested
2012-10-01 Rich Felkeradd getopt reset support
2012-09-30 Rich Felkerdefine some _POSIX_* macros that were omitted; required...
2012-09-29 Rich Felkeralways expose accept4
2012-09-29 Rich Felkeralways expose dup3 and pipe2
2012-09-29 Rich Felkermicroblaze port
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-16 Rich Felkerfix stupid bug in updating of O_ACCMODE for O_SEARCH...
2012-09-14 Rich Felkerstrsep is BSD|GNU, not GNU-only; it's originally from BSD
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkerfix typo introduced in poll.h
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd IPPROTO_HOPOPTS to in.h
2012-09-08 Rich Felkeradd IPPROTO_MAX to in.h
2012-09-08 Rich Felkerfix redundant _Noreturn def in err.h
next