summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2017-01-011732-1733/+1733
* dfa: shorten sbit, successPaul Eggert2016-12-301-2/+2
* dfa: simplify multibyte_prop etc.Paul Eggert2016-12-301-62/+24
* dfa: minor performance tweakPaul Eggert2016-12-301-1/+1
* dfa: wrap charclass inside a structPaul Eggert2016-12-301-93/+87
* xalloc: x2nrealloc check for ptrdiff_t overflowPaul Eggert2016-12-291-4/+6
* vma-iter: Fix endless loop on 64-bit Windows.Bruno Haible2016-12-201-4/+4
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on minw.Bruno Haible2016-12-192-4/+4
* dfa: improve worst-case 'replace' performancePaul Eggert2016-12-181-55/+52
* dfa: performance improvement for removal of epsilon closureNorihiro Tanaka2016-12-181-57/+83
* getopt: Fix link error for users of getopt() in <unistd.h>.Bruno Haible2016-12-181-8/+14
* tanhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* tanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sqrtf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* expf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* coshf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* cosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atan2f: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* asinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* acosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* Avoid redefinition errors on MSVC.Bruno Haible2016-12-172-0/+24
* stdint: Fix WINT_MAX to match the gnulib provided wint_t on MSVC.Bruno Haible2016-12-171-0/+9
* fpending: Revert workaround against Emacs bug.Bruno Haible2016-12-171-2/+0
* getlogin: Port to newer mingw.Bruno Haible2016-12-171-1/+1
* builtin-expect: new modulePaul Eggert2016-12-168-29/+2
* regex: fix integer-overflow bug in never-used codePaul Eggert2016-12-162-2/+6
* fpending: fix port to MinGW on EmacsPaul Eggert2016-12-161-0/+2
* safe-alloc: use xalloc-oversizedPaul Eggert2016-12-151-21/+4
* xalloc: do not exceed PTRDIFF_MAXPaul Eggert2016-12-151-5/+5
* malloca: do not exceed PTRDIFF_MAXPaul Eggert2016-12-151-9/+4
* quotearg: pacify GCC betterPaul Eggert2016-12-151-14/+9
* xalloc-oversized: check for PTRDIFF_MAX tooPaul Eggert2016-12-151-14/+19
* dfa: fix glitches in previous commitPaul Eggert2016-12-141-5/+5
* dfa: fix some unlikely integer overflowsPaul Eggert2016-12-141-45/+111
* dfa: add an assertion to avoid coverity false positiveJim Meyering2016-12-131-0/+1
* dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASEPaul Eggert2016-12-131-1/+1
* dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASEArnold D. Robbins2016-12-132-5/+2
* fpending: Port to native Windows with MSVC.Bruno Haible2016-12-131-1/+31
* stdioext: Port to native Windows with MSVC.Bruno Haible2016-12-1313-25/+59
* dfa: fix performance bug that recomputes transPaul Eggert2016-12-091-26/+20
* same-inode: port to MinGWPaul Eggert2016-12-091-1/+5
* localcharset: Avoid theoretical buffer overrun.Bruno Haible2016-12-021-1/+1
* scandir: Fix _D_ALLOC_NAMLEN() on OS/2 kLIBCKO Myung-Hun2016-12-011-1/+9
* alphasort, scandir: Port to OS/2 kLIBCKO Myung-Hun2016-12-012-0/+19
* relocatable: Fix that /@unixroot prefix is not working on OS/2 kLIBCKO Myung-Hun2016-12-011-0/+12
* sys_socket: typedef sa_family_t correctly on OS/2 kLIBCKO Myung-Hun2016-12-011-0/+5
* dfa: avoid new infinite loopJim Meyering2016-11-291-0/+6