summaryrefslogtreecommitdiffstats
path: root/commands/edit.c
Commit message (Expand)AuthorAgeFilesLines
* commands/*: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-04-271-16/+2
* edit: add vi alias with vi-style bindingsAhmad Fatoum2019-10-181-8/+144
* edit: replace %c for literal with literal directlyAhmad Fatoum2019-10-181-9/+9
* edit: replace ASCII codes by symbolic namesAhmad Fatoum2019-09-091-5/+5
* edit: make edit_aliases[] constIan Abbott2017-05-191-1/+1
* efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-271-1/+1
* stdio: rename getc to getcharSascha Hauer2016-04-151-1/+1
* edit: return error when save_file failedEnrico Jorns2015-11-051-2/+3
* edit: handle write() call errors in save_file()Enrico Jorns2015-11-051-3/+12
* Merge branch 'for-next/metadata'Sascha Hauer2014-08-071-0/+1
|\
| * move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* | serial: Add EFI stdio driverSascha Hauer2014-07-161-1/+10
|/
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-16/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-3/+3
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2014-03-071-1/+1
|\
| * commands: edit: properly propagate error codeLucas Stach2014-02-101-1/+1
* | input: Add BB_ prefix to KEY_ definesSascha Hauer2014-02-171-9/+9
|/
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* 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