summaryrefslogtreecommitdiffstats
path: root/commands/edit.c
Commit message (Expand)AuthorAgeFilesLines
* edit: Add a status lineSascha Hauer2012-05-161-3/+14
* edit: Add proper screen size handlingSascha Hauer2012-04-301-30/+20
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-3/+1
* doc: unify documentation for 'edit'Robert Schwebel2010-11-011-24/+14
* edit: make locally used variable staticSascha Hauer2010-10-211-1/+1
* edit: sparse fixesSascha Hauer2010-10-211-1/+1
* trivial: fix typos concerning "instead"Uwe Kleine-König2010-07-051-1/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* Remove unnecessary casts in key definesSascha Hauer2009-12-181-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+6
* adding various dokuJuergen Beisert2007-11-081-2/+21
* editor: Do not use ansi code for screen scrolling by default.sascha2007-10-161-16/+37
* edit: add 8 as backspace codeSascha Hauer2007-10-041-0/+1
* add argument checking for edit.cSascha Hauer2007-10-041-0/+5
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
* pass file size from read_fileSascha Hauer2007-09-271-1/+1
* use xrealloc instead of reallocSascha Hauer2007-09-271-1/+1
* learn to reallocSascha Hauer2007-09-271-2/+3
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* fix a bug in the editor when reading files which do not haveSascha Hauer2007-09-131-1/+3
* - fix memory holeSascha Hauer2007-07-131-5/+33
* svn_rev_706Sascha Hauer2007-07-051-0/+22
* svn_rev_643Sascha Hauer2007-07-051-0/+486