Commit History

作者 SHA1 備註 提交日期
  Denis Vlasenko 7049ff8696 whitespace fixes. no code changes 16 年之前
  Denis Vlasenko 77ad97f199 more -Wall warning fixes from Cristian Ionescu-Idbohrn. 16 年之前
  Denis Vlasenko da42bd5bbe stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) 17 年之前
  Denis Vlasenko dd8bbfd084 stty: reorganize data tables - save 0.5k 17 年之前
  Denis Vlasenko 2a587df80a stty: mark variable as static 17 年之前
  Denis Vlasenko 2ea8c40e8f stty: incorporate strings into struct instead of keeping pointers there. 17 年之前
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 年之前
  Denis Vlasenko 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). 17 年之前
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 年之前
  Denis Vlasenko f868963c67 multiplier suffixes are short, store them directly in struct suffix_mult 17 年之前
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 年之前
  Denis Vlasenko 80b8b39899 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) 17 年之前
  Denis Vlasenko 4b924f3a5c whitespace fixes 17 年之前
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 年之前
  Denis Vlasenko 9ace613406 stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) 17 年之前
  Denis Vlasenko ff131b980d style fixes. No code changes. 17 年之前
  Denis Vlasenko 240a1cfbbe add some missed statics on constant objects. 17 年之前
  Bernhard Reutner-Fischer 3a60244ae9 - remove some bss users. 17 年之前
  Bernhard Reutner-Fischer cbd6e65744 - fix buglet introduced in r17351 in find_param(). Closes #1193 18 年之前
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 年之前
  Bernhard Reutner-Fischer 1a250d9f32 - reinstate paranoia check in wrapf(). 18 年之前
  Denis Vlasenko 41aaefce71 stop using global variable needlessly 18 年之前
  Bernhard Reutner-Fischer 79cc55975f - remove superfluous define that expanded to "!strcmp" 18 年之前
  Bernhard Reutner-Fischer 8eb0549e5d - reuse return code of vsnprintf to avoid pulling in strlen 18 年之前
  Bernhard Reutner-Fischer 94feb1c807 - merge display_changed() and display_all() 18 年之前
  Bernhard Reutner-Fischer d4a745c3d4 - peruse get_terminal_width_height and remove legacy code for ancient 18 年之前
  Bernhard Reutner-Fischer a6e31ad834 - rewrite find_param to use index_in_str_array 18 年之前
  Bernhard Reutner-Fischer 4950f010f3 - manually inline tty_value_to_baud and remove string_to_baud_or_die 18 年之前
  Bernhard Reutner-Fischer 21fc740023 - constify some read-only members and remove superfluous casts 18 年之前
  Bernhard Reutner-Fischer 4fa566d4ad - reuse option_mask32 for state-handling in main 18 年之前