Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9808 739 d 7 h Coldy /programs/system/shell/ shell:
- fixed definitions
- stack locals changed to heap variables (reduced app size)
 
9781 753 d 0 h vitalkrilov /programs/ added feature (which was expected to be) of custom HELPERDIR for some Tupfile's (btw there are still many files with same problem)  
9780 753 d 17 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9624 854 d 20 h turbocat /programs/system/shell/ SHELL: now uses autoimport.  
9587 860 d 2 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9173 986 d 18 h turbocat /programs/system/shell/ SHELL 0.8.3:
- Added the ability to create parent directories if needed( "mkdir" command)
 
8832 1068 d 17 h rgimad /programs/system/shell/ fix shell tupfile #5  
8831 1068 d 17 h rgimad /programs/system/shell/ fix shell tupfile #4  
8830 1068 d 17 h rgimad /programs/system/shell/ fix shell tupfile #3
sorry for many revisions..
 
8829 1068 d 17 h rgimad /programs/system/shell/ fix shell tupfile #2  
8828 1068 d 17 h rgimad /programs/system/shell/ fix shell tupfile  
8827 1068 d 17 h rgimad /programs/system/shell/ SHELL 0.8.2
- big refactoring, now uses libc.obj
- added kfetch command
 
8662 1140 d 17 h turbocat /programs/system/shell/ SHELL:
- Added pkill command
 
8638 1167 d 2 h Kenshin /programs/system/shell/ Shell: docs are updated  
8637 1167 d 2 h Kenshin /programs/system/shell/ SHELL: shell.inc now suports sc_ping & sc_pid functions  
8634 1169 d 6 h turbocat /programs/system/shell/ SHELL:
- Added new SC_PING api
- Renamed from SC_GET_PID to SC_PID
 
8633 1169 d 18 h turbocat /programs/system/shell/ SHELL:
- Added new API: SC_GET_PID
- Fixed data type pid - unsigned int.
- Fixed cmd_ps output pid;
 
8078 1332 d 21 h superturbocat2001 /programs/system/shell/cmd/ Fixed build of the Russian version.  
8077 1332 d 21 h superturbocat2001 /programs/system/shell/system/ Add fs info header  
8076 1332 d 21 h superturbocat2001 /programs/system/shell/ add makefile template  
8075 1332 d 21 h superturbocat2001 /programs/system/shell/cmd/ Added info command to shell  
8074 1332 d 21 h superturbocat2001 /programs/system/shell/ Added file for build configuration in linux.  
7808 1489 d 1 h rgimad /programs/system/shell/ SHELL 0.8.1 changelog
- added output redirection to file (> >>) for echo command

e.g. echo "<html>">123.txt ; echo a b c >> y.txt
 
7805 1489 d 17 h rgimad /programs/system/shell/ fixed bug with cd ../
fixed cd . and cd ./ behavior
 
7803 1490 d 17 h rgimad /programs/system/shell/ change version to 0.8  
7802 1490 d 17 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
 
7792 1492 d 17 h rgimad /programs/system/shell/ Now for incorrect scripts (which doesnt start with #SHS) shell says that they are incorrect, not "File not found". Also, translated comments from russian to english in two files.  
7787 1493 d 0 h rgimad /programs/system/shell/ SHELL 0.7.8 changelog
- fixed bug with ctrl+v
- added navigation in current string by Home, End
- directory highlighting in ls command output
 
7024 2422 d 20 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'
 
6862 2651 d 21 h siemargl /programs/system/shell/ startup workdir fix  
6857 2656 d 2 h siemargl /programs/system/shell/ better cp, 64-bit fileops  
6826 2686 d 17 h siemargl /programs/system/shell/ fix touch and much more  
6825 2686 d 23 h siemargl /programs/system/shell/ waitfor command  
6822 2691 d 16 h siemargl /programs/system/shell/ better up/dwn arrows, docu  
6821 2692 d 3 h siemargl /programs/system/shell/locale/ show kernel version on start  
5210 3453 d 13 h serge /programs/system/shell/cmd/ shell: change the current working directory  
5207 3454 d 3 h clevermouse /programs/system/shell/modules/ fix shell  
5098 3534 d 0 h clevermouse / switch build system to Tup  
4516 3766 d 7 h Albom /programs/system/shell/ Shell 0.7.4. Clipboard works. Ctrl+C copies the whole command line and Ctrl+V pastes it.  
4309 3821 d 20 h Albom /programs/system/shell/ Shell 0.7.3. Bug with '%' symbol in command history is fixed.