aboutsummaryrefslogtreecommitdiff
path: root/lens_default.c
AgeCommit message (Expand)Author
2013-11-11Use wcwidth to exactly determine how much space a character tookPetr Machata
2013-11-11Support wide character stringsPetr Machata
2013-11-04Show "nil" also for void* valuesPetr Machata
2013-09-26Fix compile warning about unused typedefPeter Wu
2013-03-11Extract the function bitcount to a separate modulePetr Machata
2013-03-08Add vect_erase, VECT_ERASE. VECT_POPBACK needs a dtorPetr Machata
2013-02-14Fix build with Clang on FreeBSDAndrey Zonov
2012-11-29Allow formatting floats, doubles in hexPetr Machata
2012-11-20Add lens "bitvec" for displaying objects as bit vectorsPetr Machata
2012-11-19Guard number of expanded structures of the same typePetr Machata
2012-11-19Allow forward declarations of structsPetr Machata
2012-11-19Show NULL pointers as "nil" in trace outputPetr Machata
2012-11-09Display unsigned quantities on correct number of bytesPetr Machata
2012-11-01Use delim_output to support proper hiding in structures and functionsPetr Machata
2012-11-01Export account_output from output.cPetr Machata
2012-10-30Destroy temporary values used for formatting in lens_defaultPetr Machata
2012-08-31Tweak a test to avoid a warningPetr Machata
2012-08-29Fix character counting in format_naked_char in default lensPetr Machata
2012-08-29Simplify format_char in default lensPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Add a "bool" lensPetr Machata
2012-08-29Drop ARGTYPE_STRING, reimplement as lens over array of charsPetr Machata
2012-08-29Drop ARGTYPE_UNKNOWN, use guess_lens insteadPetr Machata
2012-08-29Replace ARGTYPE_OCTAL with lens, add also hex lensPetr Machata
2012-08-29Add lensesPetr Machata