aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2015Pascal Quantin2015-01-011-1/+1
* Use setlocale() to get the current locale.Guy Harris2014-12-311-6/+18
* Swallow get_glib_version_info() into get_compiled_version_info().Guy Harris2014-12-311-18/+9
* "#else", not "#elif", for the last part of a chain of conditionals.Guy Harris2014-12-311-2/+24
* ws_cpuid() returns a success/failure indication; make it gboolean.Guy Harris2014-12-311-10/+10
* Distinguish between IA-32 and non-x86.Guy Harris2014-12-311-3/+9
* Move some routines into ws_version_info.c.Guy Harris2014-12-3111-492/+153
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-312-24/+46
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-312-1/+135
* Restore string.h to os_version.cMartin Mathieson2014-12-291-0/+1
* Add back string.h to sha1.c and sober128.cMartin Mathieson2014-12-292-0/+2
* Restore string.h to md4.cMartin Mathieson2014-12-291-0/+1
* Add string.h back to rc4.cMartin Mathieson2014-12-291-0/+1
* Add back string.hMartin Mathieson2014-12-291-0/+1
* Add a couple of more needed includesMartin Mathieson2014-12-282-1/+2
* Restore string.h as OS X misses it for strlen()Martin Mathieson2014-12-281-0/+1
* Deleting unnecessary #includes from wsutil.Martin Mathieson2014-12-2823-34/+1
* Removed duplicated #include linesDario Lombardo2014-12-282-2/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Include some files based on whether the functions they define are present.Guy Harris2014-12-251-3/+12
* Don't use extra variables for ws_mempbrk_sse42.c and popcount.cGuy Harris2014-12-241-14/+8
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-242-0/+20
* Cmake: check for popcount, and build it from wsutil/popcount.c if missing.Guy Harris2014-12-231-0/+7
* Try to fix Windows build for popcount() unresolved external symbolStephen Fisher2014-12-231-0/+1
* Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher2014-12-233-0/+77
* Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte2014-12-221-1/+2
* Don't bother with __builtin_floorl().Guy Harris2014-12-201-11/+0
* Include <math.h> to declare floor().Guy Harris2014-12-201-0/+2
* Remove trailing white space.Guy Harris2014-12-202-2/+2
* Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris2014-12-203-7/+7
* If we don't have GCC, fall back on using floor().Guy Harris2014-12-201-2/+10
* Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris2014-12-202-4/+11
* Include floor.c and floor.h in the source tarball.Guy Harris2014-12-201-0/+2
* Another missing changeStephen Fisher2014-12-201-2/+1
* Add missing files from last commitStephen Fisher2014-12-192-0/+70
* Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher2014-12-191-2/+0
* Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher2014-12-191-0/+2
* Update the URL for the CPUID instruction documentation.Stephen Fisher2014-11-261-1/+2
* [pedantic] Replace usage of 'long' and 'long long'Bill Meier2014-11-192-3/+3
* ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required aft...Pascal Quantin2014-11-051-1/+0
* Fix compilation error on FreeBSD 10.0-RELEASE (with clang): change int8_t toStephen Fisher2014-11-041-1/+1
* Don't use -msse4.2 with MSVC.Guy Harris2014-11-031-5/+17
* Add identification of Windows (Server) 10Pascal Quantin2014-11-021-0/+3
* Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64Stig Bjørlykke2014-11-011-0/+10
* Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss2014-10-305-115/+6
* Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris2014-10-292-8/+15
* strptime.c needs ctype.h.Guy Harris2014-10-171-0/+1
* Get rid of unnecessary includes of ctype.h.Guy Harris2014-10-174-5/+0
* Don't use ctype.h routines.Guy Harris2014-10-171-3/+1
* Eliminate include of <ctype.h>.Guy Harris2014-10-171-11/+0