Subversion Repositories Kolibri OS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
9808 745 d 1 h Coldy /programs/system/shell/ shell:
- fixed definitions
- stack locals changed to heap variables (reduced app size)
 
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/cmd/cmd_more.c
/programs/system/shell/cmd/cmd_rm.c
/programs/system/shell/cmd/cmd_rmdir.c
/programs/system/shell/cmd/cmd_touch.c
/programs/system/shell/system/kolibri.h
8827 1074 d 11 h rgimad /programs/system/shell/ SHELL 0.8.2
- big refactoring, now uses libc.obj
- added kfetch command
 
/programs/system/shell/build.sh
/programs/system/shell/cmd/cmd_kfetch.c
/programs/system/shell/.makefile
/programs/system/shell/cmd/cmd_info.c
/programs/system/shell/compile_eng.bat
/programs/system/shell/compile_rus.bat
/programs/system/shell/compile_test.bat
/programs/system/shell/compile_test_asm.bat
/programs/system/shell/start.asm
/programs/system/shell/system/console.c
/programs/system/shell/system/ctype.c
/programs/system/shell/system/ctype.h
/programs/system/shell/system/stdlib.c
/programs/system/shell/system/stdlib.h
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
/programs/system/shell/History.txt
/programs/system/shell/Tupfile.lua
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_about.c
/programs/system/shell/cmd/cmd_alias.c
/programs/system/shell/cmd/cmd_cd.c
/programs/system/shell/cmd/cmd_clear.c
/programs/system/shell/cmd/cmd_cp.c
/programs/system/shell/cmd/cmd_date.c
/programs/system/shell/cmd/cmd_exit.c
/programs/system/shell/cmd/cmd_free.c
/programs/system/shell/cmd/cmd_help.c
/programs/system/shell/cmd/cmd_history.c
/programs/system/shell/cmd/cmd_kill.c
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/cmd/cmd_mkdir.c
/programs/system/shell/cmd/cmd_more.c
/programs/system/shell/cmd/cmd_mv.c
/programs/system/shell/cmd/cmd_pkill.c
/programs/system/shell/cmd/cmd_ps.c
/programs/system/shell/cmd/cmd_pwd.c
/programs/system/shell/cmd/cmd_reboot.c
/programs/system/shell/cmd/cmd_ren.c
/programs/system/shell/cmd/cmd_rm.c
/programs/system/shell/cmd/cmd_rmdir.c
/programs/system/shell/cmd/cmd_shutdown.c
/programs/system/shell/cmd/cmd_sleep.c
/programs/system/shell/cmd/cmd_touch.c
/programs/system/shell/cmd/cmd_uptime.c
/programs/system/shell/cmd/cmd_ver.c
/programs/system/shell/cmd/cmd_waitfor.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/modules/module_executable.c
/programs/system/shell/modules/module_parameters.c
/programs/system/shell/modules/module_program_console.c
/programs/system/shell/modules/module_script.c
/programs/system/shell/prototypes.h
/programs/system/shell/shell.c
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h
8077 1338 d 15 h superturbocat2001 /programs/system/shell/system/ Add fs info header  
/programs/system/shell/system/fs.h
7802 1496 d 11 h rgimad /programs/system/shell/ SHELL 0.8 changelog
- added mv command
- added ren command
- now ls works also with relative pathes
- fixed bug in strrchr
 
/programs/system/shell/cmd/cmd_mv.c
/programs/system/shell/cmd/cmd_ren.c
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_cp.c
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/shell.c
/programs/system/shell/system/string.c
7024 2428 d 14 h leency /programs/system/shell/ * help now displays the list of commands in three columns
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'
 
/programs/system/shell/Docs_rus.txt
/programs/system/shell/History.txt
/programs/system/shell/cmd/cmd_help.c
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/cmd/cmd_ps.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/system/boolean.h
6862 2657 d 15 h siemargl /programs/system/shell/ startup workdir fix  
/programs/system/shell/cmd/cmd_cd.c
/programs/system/shell/globals.h
/programs/system/shell/shell.c
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h
6857 2661 d 20 h siemargl /programs/system/shell/ better cp, 64-bit fileops  
/programs/system/shell/History.txt
/programs/system/shell/cmd/cmd_cp.c
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/cmd/cmd_mkdir.c
/programs/system/shell/cmd/cmd_more.c
/programs/system/shell/cmd/cmd_rm.c
/programs/system/shell/cmd/cmd_rmdir.c
/programs/system/shell/cmd/cmd_touch.c
/programs/system/shell/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/modules/module_program.c
/programs/system/shell/modules/module_script.c
/programs/system/shell/prototypes.h
/programs/system/shell/shell.c
/programs/system/shell/system/kolibri.h
/programs/system/shell/system/stdlib.c
/programs/system/shell/system/string.c
6826 2692 d 12 h siemargl /programs/system/shell/ fix touch and much more  
/programs/system/shell/Docs_rus.txt
/programs/system/shell/cmd/cmd_cp.c
/programs/system/shell/cmd/cmd_mkdir.c
/programs/system/shell/cmd/cmd_more.c
/programs/system/shell/cmd/cmd_rm.c
/programs/system/shell/cmd/cmd_rmdir.c
/programs/system/shell/cmd/cmd_touch.c
/programs/system/shell/modules/module_executable.c
/programs/system/shell/shell.c
/programs/system/shell/system/kolibri.h
6825 2692 d 17 h siemargl /programs/system/shell/ waitfor command  
/programs/system/shell/cmd/cmd_waitfor.c
/programs/system/shell/Docs_rus.txt
/programs/system/shell/History.txt
/programs/system/shell/all.h
/programs/system/shell/bin/eng/.shell
/programs/system/shell/cmd/cmd_ps.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/modules/module_executable.c
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
6822 2697 d 10 h siemargl /programs/system/shell/ better up/dwn arrows, docu  
/programs/system/shell/Docs_rus.txt
/programs/system/shell/History.txt
/programs/system/shell/bin/rus/.shell
/programs/system/shell/cmd/cmd_about.c
/programs/system/shell/cmd/cmd_alias.c
/programs/system/shell/cmd/cmd_history.c
/programs/system/shell/cmd/cmd_rm.c
/programs/system/shell/cmd/cmd_rmdir.c
/programs/system/shell/cmd/cmd_touch.c
/programs/system/shell/cmd/cmd_ver.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/.shell
/programs/system/shell/locale/rus/.shell
/programs/system/shell/modules/module_command.c
/programs/system/shell/system/kolibri.c
4516 3772 d 1 h Albom /programs/system/shell/ Shell 0.7.4. Clipboard works. Ctrl+C copies the whole command line and Ctrl+V pastes it.  
/programs/system/shell/History.txt
/programs/system/shell/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h
4001 3877 d 2 h leency /programs/system/shell/system/ SHELL: fix strrchr warning  
/programs/system/shell/system/string.c
3988 3878 d 11 h leency /programs/system/shell/ SHELL 0.6.4: relative passes support for scripts  
/programs/system/shell/globals.h
/programs/system/shell/shell.c
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
3916 3896 d 14 h Albom /programs/system/shell/ MSVC-style attributes for data align in structures (thanks to CleverMouse and Kirakishou!)  
/programs/system/shell/History.txt
/programs/system/shell/globals.h
/programs/system/shell/system/kolibri.h
3245 4112 d 21 h Albom /programs/system/shell/ Shell v0.6. See History.txt.  
/programs/system/shell/cmd/cmd_cp.c
/programs/system/shell/compile_test_asm.bat
/programs/system/shell/modules/module_parameters.c
/programs/system/shell/shell.inc
/programs/system/shell/test.asm
/programs/system/shell/cmd/cmd_ccpuid.c
/programs/system/shell/History.txt
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_kill.c
/programs/system/shell/cmd/cmd_ls.c
/programs/system/shell/cmd/cmd_more.c
/programs/system/shell/cmd/cmd_ver.c
/programs/system/shell/compile_eng.bat
/programs/system/shell/compile_rus.bat
/programs/system/shell/compile_test.bat
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/modules/module_program.c
/programs/system/shell/modules/module_program_console.c
/programs/system/shell/modules/module_script.c
/programs/system/shell/prototypes.h
/programs/system/shell/shell.c
/programs/system/shell/system/stdlib.h
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
2829 4346 d 17 h Albom /programs/ kolibri.c improvements. + changes in shell, e80, console15, donkey, mcities, piton  
/programs/system/shell/cmd/cmd_memory.c
/programs/emulator/e80/trunk/e80.c
/programs/emulator/e80/trunk/system/kolibri.c
/programs/emulator/e80/trunk/system/kolibri.h
/programs/games/console15/system/kolibri.c
/programs/games/console15/system/kolibri.h
/programs/games/donkey/c_code.c
/programs/games/donkey/system/kolibri.c
/programs/games/donkey/system/kolibri.h
/programs/games/mcities/system/kolibri.c
/programs/games/mcities/system/kolibri.h
/programs/games/piton/c_code.c
/programs/games/piton/system/kolibri.c
/programs/games/piton/system/kolibri.h
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h
2735 4369 d 20 h Albom /programs/system/shell/ Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.  
/programs/system/shell/cmd/cmd_history.c
/programs/system/shell/Docs_rus.txt
/programs/system/shell/History.txt
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_free.c
/programs/system/shell/cmd/cmd_uptime.c
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/modules/module_command.c
/programs/system/shell/modules/module_program_console.c
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
/programs/system/shell/test.c
2502 4442 d 14 h Albom /programs/system/shell/ shell 0.5 could run console apps  
/programs/system/shell/Docs_rus.txt
/programs/system/shell/compile_test.bat
/programs/system/shell/modules/module_program_console.c
/programs/system/shell/program_console.h
/programs/system/shell/test.c
/programs/system/shell/History.txt
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_ps.c
/programs/system/shell/compile_rus.bat
/programs/system/shell/globals.h
/programs/system/shell/modules/module_executable.c
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h
/programs/system/shell/system/string.c
/programs/system/shell/system/string.h
2174 4635 d 16 h Albom /programs/system/shell/ Shell: CapsLock and Shift keys  
/programs/system/shell/system/ctype.c
/programs/system/shell/system/ctype.h
/programs/system/shell/all.h
/programs/system/shell/compile_eng.bat
/programs/system/shell/compile_rus.bat
/programs/system/shell/globals.h
/programs/system/shell/modules/module_command.c
1673 4958 d 18 h Nasarus /programs/system/shell/ Shell 0.4.52. "killall" added & bugfixes  
/programs/system/shell/cmd/cmd_killall.c
/programs/system/shell/bin/eng/shell.kex
/programs/system/shell/bin/rus/shell.kex
/programs/system/shell/History.txt
/programs/system/shell/all.h
/programs/system/shell/cmd/cmd_memory.c
/programs/system/shell/cmd/cmd_reboot.c
/programs/system/shell/compile_eng.bat
/programs/system/shell/compile_rus.bat
/programs/system/shell/globals.h
/programs/system/shell/locale/eng/globals.h
/programs/system/shell/locale/rus/globals.h
/programs/system/shell/modules/module_executable.c
/programs/system/shell/system/kolibri.c
/programs/system/shell/system/kolibri.h

Show All