OSDN Git Service

merge in oc-release history after reset to master
[android-x86/external-toybox.git] / toys / posix / wc.c
2016-11-23 Rob Landleydu: 32 bit systems were maxing out at 2GB when they...
2016-10-25 Rob Landleydu: 32 bit systems were maxing out at 2GB when they...
2016-07-08 Elliott HughesMerge remote-tracking branch \\\\'toybox/master\\\...
2016-07-08 Elliott HughesMerge remote-tracking branch \\\'toybox/master\\\'...
2016-07-08 Elliott HughesMerge remote-tracking branch \\'toybox/master\\' into...
2016-07-08 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-07-08 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-06-30 Rob LandleyTeach wc to do -cm together. Fix testsuite so TEST_HOST...
2016-02-27 Elliott HughesMerge remote-tracking branch 'goog/master' into merge
2016-02-20 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-14 Elliott HughesFix wc -c optimization.
2016-02-12 Elliott HughesMerge remote-tracking branch \'toybox/master\' into...
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-11 izaberamake wc -c faster
2016-01-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2014-06-09 Rob LandleyWhen locale is enabled, sprintf("%.123s", str) is count...
2013-01-02 Rob LandleyHave error_msg() and friends set TT.exitval to 1 if...
2012-12-01 Rob LandleyMinor cleanup: unify two codepaths that do the same...
2012-12-01 Rob LandleyFelix Janda pointed out that the r in mbrtowc() stands...
2012-11-28 Rob LandleyThe previous wc -m didn't handle multibyte characters...
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-21 Felix JandaMake internalization support optional
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-08 Felix Jandawc -m only cares about counting characters. Attached...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-09-06 Rob LandleyPosix compliance: wc shouldn't have trailing spaces...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...