Vincent Torri
78886b5542
evil: why sed when rm works ? Get rid of the stupid .la files
...
SVN revision: 74290
12 years ago
Vincent Torri
4b79d38272
* src/lib/Makefile.am:
...
* src/lib/dlfcn/Makefile.am:
work around a problem with libtool and the creation
of the DLL. libtool developpers should be impaled.
SVN revision: 74285
12 years ago
Vincent Torri
2ead8b85c2
* configure.ac:
...
* src/bin/Makefile.am:
* src/lib/Makefile.am:
Fix compilation with mingw-w64 gcc 4.8
SVN revision: 74223
12 years ago
Vincent Torri
948f817752
whitespaces--
...
SVN revision: 74212
12 years ago
Carsten Haitzler
5c9c0852bb
update all versions in @sincs , README's and configure.ac's etc. to
...
reflect a unified release version, for now 1.6.99.
SVN revision: 73498
12 years ago
Vincent Torri
f88902722e
Evil: bump to 1.6.99
...
SVN revision: 73492
12 years ago
Vincent Torri
43ea484937
* AUTHORS:
...
* src/lib/evil_stdlib.c:
* src/lib/evil_stdlib.h:
Update realpath() code, based on Keith Marshall's implementation.
SVN revision: 73212
12 years ago
Vincent Torri
8d72033792
Evil: force -mms-bitfields for all the lib compiled with Evil
...
SVN revision: 72919
12 years ago
Vincent Torri
28cdcce842
Evil: compile with -mms-bitfields
...
SVN revision: 72840
12 years ago
Vincent Torri
ce4331df42
* NEWS:
...
* src/lib/evil_langinfo.c:
Fix nl_langinfo(RADIXCHAR).
SVN revision: 70490
12 years ago
Vincent Torri
f9f6d76e9a
* NEWS:
...
* src/lib/evil_string.c:
* src/lib/evil_string.h:
Add strcasestr() API.
SVN revision: 70350
12 years ago
Vincent Torri
2aeedca6c1
* NEWS:
...
* src/lib/evil_time.c:
* src/lib/evil_time.h:
Do not declare and define localtime_r() if it's already defined.
SVN revision: 70155
12 years ago
Vincent Torri
532a3bd5d5
Evil: add an include, no need for changelog update
...
SVN revision: 69797
12 years ago
Vincent Torri
3c0317ceff
* NEWS:
...
* configure.ac:
Prepare 1.1 release.
* src/lib/Evil.h:
Add S_ISLNK macro (always set to 0).
SVN revision: 69786
12 years ago
Vincent Torri
0a42091076
* configure.ac:
...
* src/lib/Makefile.am:
* src/lib/evil_pformata.c:
* src/lib/evil_printa.c:
* src/lib/gdtoa (added):
* src/lib/gdtoa/gdtoa.c (added):
* src/lib/gdtoa/dmisc.c (added):
* src/lib/gdtoa/gdtoa_fltrnds.h (added):
* src/lib/gdtoa/ulp.c (added):
* src/lib/gdtoa/g_dfmt.c (added):
* src/lib/gdtoa/gmisc.c (added):
* src/lib/gdtoa/g_ffmt.c (added):
* src/lib/gdtoa/gdtoa.h (added):
* src/lib/gdtoa/sum.c (added):
* src/lib/gdtoa/gdtoaimp.h (added):
* src/lib/gdtoa/README (added):
* src/lib/gdtoa/gd_qnan.h (added):
* src/lib/gdtoa/hd_init.c (added):
* src/lib/gdtoa/smisc.c (added):
* src/lib/gdtoa/strtof.c (added):
* src/lib/gdtoa/hexnan.c (added):
* src/lib/gdtoa/strtopx.c (added):
* src/lib/gdtoa/gethex.c (added):
* src/lib/gdtoa/g_xfmt.c (added):
* src/lib/gdtoa/gd_arith.h (added):
* src/lib/gdtoa/strtodg.c (added):
* src/lib/gdtoa/dtoa.c (added):
* src/lib/gdtoa/Makefile.am (added):
* src/lib/gdtoa/misc.c (added):
* src/lib/gdtoa/g__fmt.c (added):
* src/lib/gdtoa/README.mingw (added):
* src/lib/gdtoa/qnan.c (added):
* src/lib/gdtoa/arithchk.c (added):
Define some missing functions, so that Evil also
compile with MinGW, vc++ and later with Cedric
compatibility layer
* src/lib/evil_util.c:
Include limits.h for ULONG_MAX definition
SVN revision: 68304
12 years ago
Vincent Torri
7797585a07
* src/bin/evil_test_gettimeofday.c:
...
Include sys/time.h
* src/lib/evil_inet.c:
EMSGSIZE and EAFNOSUPPORT could not be defined on
some MinGW compilers.
SVN revision: 68175
12 years ago
Vincent Torri
da0bba5322
Evil: fix doc
...
SVN revision: 68120
12 years ago
Vincent Torri
3ece862b75
* src/lib/Evil.h:
...
* src/lib/Makefile.am:
* src/lib/evil_macro.h:
* src/lib/evil_print.h:
* src/lib/evil_macro_pop.h (added):
Undef __cdecl if it has been defined by Evil and
move some defined macro to evil_macro_pop.h
* src/lib/evil_unistd.c:
* src/lib/evil_unistd.h:
Define gettimeofday() only for vc++ as MinGW-w64
already defines it.
SVN revision: 68117
12 years ago
Vincent Torri
7edbacad08
forgot NEWS file
...
SVN revision: 68089
12 years ago
Vincent Torri
98dec0971e
Evil: forgot the NEWS file
...
SVN revision: 68088
12 years ago
Vincent Torri
b9728980ab
* AUTHORS:
...
* src/lib/Evil.h:
* src/lib/Makefile.am:
* src/lib/evil_inet.c:
* src/lib/evil_mman.c:
* src/lib/evil_stdio.c:
* src/lib/evil_stdio.h:
* src/lib/evil_stdlib.c:
* src/lib/evil_util.c:
* src/lib/sys/mman.h:
* src/lib/evil_printa.c (added):
* src/lib/evil_pformatw.c (added):
* src/lib/evil_pformat.h (added):
* src/lib/evil_printw.c (added):
* src/lib/evil_print.h (added):
* src/lib/evil_macro.h (added):
* src/lib/evil_pformata.c (added):
Add POSIX printf family. Code taken from the MinGW-w64
project and modified to be integrated into Evil.
* src/bin/Makefile.am:
* src/bin/evil_suite.c:
* src/bin/evil_test_util.h (added):
* src/bin/evil_test_print.c (added):
* src/bin/evil_test_print.h (added):
* src/bin/evil_test_util.c (added):
Add util and printf unit tests
* src/lib/evil_errno.c:
* src/lib/errno.h (deleted):
* src/lib/mingw32ce (added):
* src/lib/mingw32ce/errno.h (added):
Move errno.h for Windows CE in its own directory to
suppress conflicts with standard errno.h when compiling
for Windows XP.
* src/lib/dlfcn/dlfcn.c:
* src/lib/evil_link_ce.c:
* src/lib/evil_main.c:
* src/lib/evil_unistd.c:
Define WIN32_LEAN_AND_MEAN only if it's not defined.
* src/lib/evil_fcntl.c:
Remove debug.
* src/bin/evil_test_dlfcn.c:
* src/bin/evil_test_environment.c:
* src/bin/evil_test_gettimeofday.c:
* src/bin/evil_test_link.c:
* src/bin/evil_test_mkstemp.c:
* src/bin/evil_test_pipe.c:
* src/bin/evil_test_realpath.c:
Remove warnings.
* src/lib/evil_link_xp.cpp:
Formatting.
SVN revision: 68084
12 years ago
Jihoon Kim
36c2029d0a
fix @dates in each header file
...
SVN revision: 67705
12 years ago
Vincent Torri
2efe7dee82
stupid moap
...
SVN revision: 67391
12 years ago
Vincent Torri
1c6ea6ff65
* Makefile.am:
...
Fix EXTRA_DIST variable
* src/bin/Makefile.am:
* src/bin/evil_suite.c:
* src/lib/evil_libgen.c:
* src/lib/evil_util.c:
* src/lib/evil_util.h:
Add evil_path_is_absolute() API and use it.
* src/bin/evil_test_dlfcn.c:
* src/bin/evil_test_realpath.c:
clean up.
SVN revision: 67389
12 years ago
Sanjeev BA
f981adaaac
The Evil gets all 6's.
...
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 66666
12 years ago
Vincent Torri
b9b5bdc0a3
Evil: minor cleanup
...
SVN revision: 66300
12 years ago
Vincent Torri
b21fb2cb05
Evil: organize the m4 files in common and "private" dirs, remove mpatrol, add a "windows-version" option to configure
...
SVN revision: 66293
12 years ago
Vincent Torri
3398e62ea9
Evil : fix doc build, the release archive is updated
...
SVN revision: 65868
12 years ago
Vincent Torri
e5cbe13992
Release Version 1.0.0.
...
* NEWS: Mention the release.
SVN revision: 65829
12 years ago
Sanjeev BA
ea0c40b3af
Fix README.
...
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 65772
12 years ago
Vincent Torri
b0cd2cf3d1
Evil: fix a previous wrong commit
...
SVN revision: 65386
12 years ago
Vincent Torri
79a27fd020
update Evil to prepare it for alpha
...
SVN revision: 65298
12 years ago
Vincent Torri
e54c2c56be
* src/lib/Evil.h:
...
clean main page
SVN revision: 65106
12 years ago
Vincent Torri
2b2b317b30
* src/lib/evil_stdio.c:
...
Fix returned value of evil_fread_native()
* doc/Doxyfile:
* doc/head.html:
* src/lib/Evil.h:
* src/lib/dirent.h:
* src/lib/dlfcn/dlfcn.h:
* src/lib/evil_fcntl.h:
* src/lib/evil_inet.h:
* src/lib/evil_libgen.h:
* src/lib/evil_stdio.h:
* src/lib/evil_string.h:
* src/lib/pwd.h:
Update documentation
SVN revision: 65105
12 years ago
Vincent Torri
a6ed843005
wrong test
...
SVN revision: 64637
12 years ago
Vincent Torri
c664467025
* src/lib/evil_util.c:
...
* src/lib/evil_util.h:
Add evil_utf16_to_utf8() function, display error messages
and fix a bit the documentation of the other conversion
functions.
SVN revision: 64636
12 years ago
Vincent Torri
7eb2854dcf
Evil: remove unsused variable
...
SVN revision: 64591
12 years ago
Vincent Torri
3859b0ea96
Evil: simplify evil_wchar_to_char()
...
SVN revision: 64023
12 years ago
Vincent Torri
a1207fd62c
Evil: remove useless flags
...
SVN revision: 63911
12 years ago
Vincent Torri
dd1f4931f5
Evil: fix recent autotools changes. Based on Shinwoo Kim's patch.
...
SVN revision: 63910
12 years ago
Vincent Torri
98b3d37f90
Evil: add RTLD_DEFAULT support in dlsym() on Windows CE
...
SVN revision: 63847
12 years ago
Vincent Torri
178f862158
fix warning when in UNICODE string format
...
SVN revision: 63845
12 years ago
Vincent Torri
e74bd3d04b
oups, too fast.
...
SVN revision: 63844
12 years ago
Vincent Torri
2c6a86fb6d
Evil: add inet_ntop function from c-ares
...
* src/lib/evil_inet.c:
* src/lib/evil_inet.h:
* AUTHORS:
add inet_ntop() function. Implementation from c-ares library.
See AUTHORS.
SVN revision: 63843
12 years ago
Vincent Torri
585938123d
Evil: add RTLD_DEFAULT support for dlsym()
...
SVN revision: 63373
12 years ago
Vincent Torri
6379fe2264
change typedef for pid_t
...
SVN revision: 62862
12 years ago
Cedric BAIL
26c4aa0fc5
evil: improve install.
...
Patch from Vincent Torri.
SVN revision: 62492
12 years ago
Carsten Haitzler
29864666c9
that's it - remove autom4te.cache dirs again... - keep having to many
...
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.
SVN revision: 61974
13 years ago
Vincent Torri
abcd670439
Evil: prepare the 1.0 release. Put (all, evil as well as 'standard' ones) the headers in $includedir/evil-vmaj
...
SVN revision: 61640
13 years ago
Vincent Torri
dc12586bdd
revert last commit of mkstemp (remove _O_TEMPORARY flag in open())
...
SVN revision: 61417
13 years ago