# # ChangeLog for uspace/app/bdsh/tok.h in mainline # # Generated by Trac 1.5.4 # 2024-06-10T16:18:41Z Sat, 20 Aug 2011 13:36:49 GMT Martin Sucha [f41682c] * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) Fix build on 64-bit platforms Fri, 19 Aug 2011 14:44:49 GMT Martin Sucha [0662451] * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) Extend bdsh tokenizer to include more information Fri, 19 Aug 2011 11:35:08 GMT Martin Sucha [7dcb7981] * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) Change bdsh tokenizer Fri, 17 Jun 2011 16:00:53 GMT Jiri Svoboda [36ab7c7] * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/errstr.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/exec.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) Standardize formatting of copyright headers in Bdsh and add some that ... Sat, 11 Jun 2011 19:40:17 GMT Martin Sucha [6939edb] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (added) * uspace/app/bdsh/tok.h (added) Add more powerful tokenizer to bdsh