summaryrefslogtreecommitdiff
path: root/src/lib/evil
Commit message (Expand)AuthorAgeFilesLines
* autotools: since it has been broken for some times and nobody noticed, let's ...Cedric BAIL2016-08-011-81/+0
* Evil: fix EAPI when dirent.h and mman.h are included (Windows only)Vincent Torri2016-06-162-0/+7
* evil: make it possible to build the library alone.Cedric BAIL2016-04-141-0/+81
* Evil: the addr argument of dladdr is acually usedVincent Torri2016-03-141-1/+1
* Evil: cosmetic changeVincent Torri2016-03-141-12/+10
* Evil: remove useless definesVincent Torri2016-02-182-129/+0
* win32: Fix compilation due to recent changes in EvilVincent Torri2016-01-181-4/+11
* Evil: fix compilation warningVincent Torri2015-12-291-0/+1
* Evil: integrate the dlfcn code into EvilVincent Torri2015-12-294-32/+4
* Evil: remove useless internal functionVincent Torri2015-12-081-10/+0
* Evil: fix infinite recursive loop in previous addition of setlocale() in EvilVincent Torri2015-12-0824-112/+182
* Evil: remove useless codeVincent Torri2015-12-0427-6569/+0
* evil: better check of Windows 64 bitsVincent Torri2015-12-011-1/+1
* Evil: add support for LC_MESSAGES for setlocale()Vincent Torri2015-11-303-0/+123
* Evil: fix warningVincent Torri2015-11-301-2/+2
* evil: remove useless vc++ codeVincent Torri2015-11-118-200/+7
* evil: fix warnings when mingw-w64 4.* is installedVincent Torri2015-11-113-13/+38
* evil: avoid SIGSEV while using strlen functionYeshwanth Reddivari2015-11-091-1/+2
* evil: fix memory leak issue in evil moduleVivek Ellur2015-10-221-1/+1
* Evil: set EAPI correctly in pwd.hVincent Torri2015-10-141-0/+18
* evil: add missing sinceChunEon Park2015-08-221-0/+2
* Evil: fix compilation when MSVC is not available.Vincent Torri2015-08-211-1/+3
* evil: fix warnings.ChunEon Park2015-08-201-2/+6
* evil: fix incorrect function call.ChunEon Park2015-08-201-1/+1
* Evil: add a wrapper around _mkdirVincent Torri2015-07-033-2/+28
* evil: deprecate evil_tmpdir_get() and evil_homedir_get().Vincent Torri2015-06-011-2/+2
* evil: fix dladdr() implementation, add 2 unit tests for evil.Vincent Torri2015-05-072-48/+170
* evil: fix mem leak in dlsym() when using UNICODEVincent Torri2015-05-071-1/+7
* evil: minor formatting in dlfcn.cVincent Torri2015-05-071-27/+27
* evil: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-072-2/+3
* evil: remove unused files (evil_p*) and uneeded evil_uuid.c file (managed by ...Vincent Torri2015-04-197-4381/+0
* evil: fix access to a file mapping objectVincent Torri2015-03-221-1/+1
* Spelling fixesBryce Harrington2015-03-182-2/+2
* evil: add strndup().Michelle Legrand2015-03-122-0/+31
* evil: fix gecos field of struct pwVincent Torri2015-02-241-10/+8
* evil: fix initialisation.michelle legrand2015-02-071-1/+1
* evil: prevent _evil_init_count from going below zero.Srivardhan Hebbar2015-02-051-0/+7
* evil: get right Windows environment variables for home path.michelle legrand2015-01-301-0/+9
* evil: add windows compatible langinfo.michelle legrand2015-01-302-0/+28
* evil: fix SEGFAULT in strcasestrAndrii Kroitor2015-01-291-1/+3
* evil: fix initialisation of the socket library.Vincent Torri2015-01-281-1/+15
* evil: fix memory leak issue in evil_dirent module.vivek2014-12-251-0/+1
* evil: add getpwnam() functionVincent Torri2014-12-102-33/+57
* evil: simplify implementation of localtime_rVincent Torri2014-10-202-28/+12
* evil: formatting.Vincent Torri2014-10-201-1/+1
* Evil: add strptime()Vincent Torri2014-09-282-0/+599
* Evil: fix fcntl() when used with F_SETFLVincent Torri2014-09-281-7/+15
* efl: remove Windows CE supportVincent Torri2014-07-1323-1500/+99
* evil: fix mistaken check of returned value by mkdir.Cedric BAIL2014-07-121-1/+1
* evil: actually commit the right fix.Cedric BAIL2014-06-201-1/+1