aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2013-01-16Get rid of C++ comments from the CUPS code.Guy Harris1-7/+7
2013-01-15Add crash_info.cGuy Harris1-0/+1
2013-01-15Use GLib "return an allocated string generated by printf-styleGuy Harris1-4/+4
2013-01-15I must haz config.h (to define _U_, if nothing else).Guy Harris1-0/+2
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris4-0/+210
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2-21/+21
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus2-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris2-2/+2
2012-12-21Include <wsutil/crc11.h> so that we check whether the prototypes thereinGuy Harris1-0/+2
2012-12-21Squelch some cast-discard warnings.Guy Harris1-1/+1
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-4/+0
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-0/+6
2012-11-05try to fix Id.Anders Broman1-1/+1
2012-10-19The file set and export object trees are lists. Make them act likeGerald Combs1-3/+1
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs1-0/+16
2012-10-18str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_...Chris Maynard1-2/+2
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-4/+4
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs3-4/+78
2012-10-03*nix: Test return status of set*uid and related set*gid fcns for failure;Bill Meier1-8/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss16-41/+9
2012-09-18Trivial typo/copy-and-paste comment fix.Chris Maynard1-1/+1
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman5-0/+115
2012-08-02Back out an inadvertent change in r44194.Gerald Combs1-2/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+2
2012-07-25From Rishie Sharma:Anders Broman3-2/+90
2012-07-22Get rid of not needed includesAnders Broman1-3/+0
2012-07-19Remove not needed includes.Anders Broman1-3/+0
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus2-2/+2
2012-07-12Add crc7 calculation abillity.Anders Broman5-3/+195
2012-06-28Update FSF address - part II.Jakub Zawadzki7-7/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki20-20/+20
2012-06-25Revert 43481: linking dftest against libui was not the problem.Jeff Morriss2-43/+0
2012-06-25Move get_args_as_string from ui/util.c into wsutil (maybe not to the bestJeff Morriss2-0/+43
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
2012-05-22Update comments to reflect that the GLib version is no longer relevantGuy Harris1-6/+16
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-04-04Always declare getopt() with a prototype.Guy Harris1-1/+2
2012-04-04Fix compilation on Win64.Gerald Combs1-1/+1
2012-04-04Update to a version which have getopt_long(). + one fileAnders Broman1-0/+134
2012-04-04Update to a version which have getopt_long().Anders Broman3-366/+962
2012-03-13From Weston Schmidt:Anders Broman3-1/+78
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher3-0/+54
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-21Sync checkapi target with Makefile.nmake.Michael Tüxen1-1/+2
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-1/+1