aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Don't bother with __builtin_floorl().Guy Harris1-11/+0
2014-12-20Include <math.h> to declare floor().Guy Harris1-0/+2
2014-12-20Remove trailing white space.Guy Harris2-2/+2
2014-12-20Rename wsutil/floor.[ch] to wsutil/floorl.[ch].Guy Harris3-7/+7
2014-12-20If we don't have GCC, fall back on using floor().Guy Harris1-2/+10
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris2-4/+11
2014-12-20Include floor.c and floor.h in the source tarball.Guy Harris1-0/+2
2014-12-20Another missing changeStephen Fisher1-2/+1
2014-12-19Add missing files from last commitStephen Fisher2-0/+70
2014-12-19Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher1-2/+0
2014-12-19Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher1-0/+2
2014-11-26Update the URL for the CPUID instruction documentation.Stephen Fisher1-1/+2
2014-11-19[pedantic] Replace usage of 'long' and 'long long'Bill Meier2-3/+3
2014-11-05ws_mempbrk_sse42.c: remove inclusion of stdint.h as it's no more required aft...Pascal Quantin1-1/+0
2014-11-04Fix compilation error on FreeBSD 10.0-RELEASE (with clang): change int8_t toStephen Fisher1-1/+1
2014-11-03Don't use -msse4.2 with MSVC.Guy Harris1-5/+17
2014-11-02Add identification of Windows (Server) 10Pascal Quantin1-0/+3
2014-11-01Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64Stig Bjørlykke1-0/+10
2014-10-30Remove the optional strncasecmp.{h,c} target (for systems that don't have tha...Jeff Morriss5-115/+6
2014-10-29Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.Guy Harris2-8/+15
2014-10-17strptime.c needs ctype.h.Guy Harris1-0/+1
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris4-5/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+1
2014-10-17Eliminate include of <ctype.h>.Guy Harris1-11/+0
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier47-2238/+2841
2014-10-13Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin1-4/+4
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack2-12/+26
2014-10-10CMake: Bundle our libraries.Gerald Combs1-0/+6
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-72/+72
2014-09-16Fix the patch-bzip2 target.Gerald Combs3-3/+3
2014-09-04Don't print non-printable characters in AX.25 addresses.Jeff Morriss2-1/+11
2014-08-27Use the <wsutil/ws_diag_control.h> stuff to disable -Wdeprecated-declarations.Guy Harris1-39/+3
2014-08-27Use FreeRADIUS's warning pragma controls to suppress Apple complaints.Guy Harris2-0/+97
2014-08-24Clean up capinfos output.Guy Harris2-9/+17
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-21plugins.c: cleanup plugins_scan_dir()Bill Meier1-10/+6
2014-08-21Extcap Capture InterfaceRoland Knall2-0/+118
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-0/+2
2014-08-08Fix the polynomial for the CCITT CRC.Guy Harris1-2/+4
2014-08-08Clean up the CRC-10 code.Guy Harris2-16/+8
2014-08-08The DRM DCP CRC-16 is the same as the X.25 CRC-16.Guy Harris4-86/+0
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris2-0/+51
2014-08-08Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris1-3/+5
2014-08-08Fix indentation.Guy Harris1-2/+2
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2-34/+34
2014-08-02Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss1-3/+6
2014-07-23Add some #includes to satisfy check-abiEvan Huus3-0/+3
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-2/+2
2014-07-19Only ABI-check strncasecmp.h if strncasecmp() is part of the API/ABI.Guy Harris2-3/+18
2014-07-19Add extern "C", to let this be used from C++.Guy Harris1-0/+8