Histórico de Commits

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