Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5098 3516 d 4 h clevermouse / switch build system to Tup  
4479 3753 d 1 h dunkaist / remove FASM.TXT duplicates from /data/$(LANG)/docs
add common fasm.txt to fasm/trunk and update Makefiles to copy it
 
4478 3753 d 1 h dunkaist /programs/develop/fasm/trunk/ fasm: 1.71.16  
4276 3811 d 2 h yogev_ezra /programs/develop/fasm/trunk/ FASM version is taken from here: http://www.flatassembler.net/download.php
Please don't change it when you add KolibriOS-only functionality. Change it only when you upgrade the sources.
 
4274 3811 d 3 h tserj /programs/develop/ Tinypad - Run in debugger by F10 key. Fasm - support debug parameter in command mode added  
4039 3847 d 11 h heavyiron /programs/ fasm 1.71.13, proc32.inc and struct.inc from fasm 1.71.13  
3945 3864 d 2 h mario79 /programs/develop/fasm/trunk/ FASM - inactive window does not receive mouse events  
3662 3970 d 20 h GerdtR /programs/develop/fasm/trunk/ added added debug flag support to fasm  
3661 3970 d 22 h GerdtR /programs/develop/fasm/trunk/ Has Deleted not need file  
3660 3970 d 22 h GerdtR /programs/develop/fasm/trunk/ Added possibility of the conclusion to debugging information from under command line  
3011 4188 d 13 h dunkaist /programs/develop/fasm/trunk/ fasm:
change to common line endings (unix) to make and apply patches in more convenient way
add license.txt
remove local copy of struct.inc which wasn't used
 
3010 4188 d 23 h dunkaist /programs/develop/fasm/trunk/ fasm: update to 1.70.03  
2672 4356 d 21 h leency /programs/develop/fasm/trunk/ fasm: changing program colors, while user changed the skin  
2665 4361 d 4 h dunkaist /programs/develop/fasm/trunk/ fasm: the program updated to 1.70.01
tested with the kernel and several applications
sorry for previous ugly commit
 
2664 4361 d 7 h dunkaist /programs/develop/fasm/trunk/ 36  
2298 4575 d 3 h IgorA /programs/develop/fasm/trunk/ fasm use check_box2  
2287 4581 d 0 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.34 - It's works but need check  
2105 4632 d 8 h mario79 /programs/develop/fasm/trunk/ Small correct for r2093  
2093 4634 d 0 h mario79 /programs/develop/fasm/trunk/ FASM small bugfix  
2059 4637 d 3 h mario79 /programs/develop/fasm/trunk/ FASM - checking for "rolled up" window  
1620 4972 d 1 h IgorA /programs/develop/fasm/trunk/ update 'fasm'  
1619 4972 d 3 h IgorA /programs/ 1) new function 'edit_box_set_text' in 'box_lib'
2) small updates in 'fasm', 'planet_v', 'nu_pogodi'
 
1617 4975 d 21 h IgorA /programs/develop/fasm/trunk/ 'fasm' use 'OpenDialog'  
1443 5146 d 20 h diamond /programs/develop/fasm/trunk/ fasm: fixed window minimization broken in rev. 1361  
1395 5193 d 20 h mario79 /programs/develop/fasm/trunk/ 1) Fix handling of parameters of the broken in revision 1361
2) Now the library Box_lib, not loaded when the "shadow" compilation.
3) Small code cleaning
 
1373 5222 d 21 h IgorA / deleted file 'editbox_ex.mac' all programs  
1372 5223 d 1 h IgorA /programs/develop/ Reorganization of the library 'box_lib.obj':
1) new file 'box_lib.mac' to connect all elements
2) Eliminate duplication of code.
Minor improvements 'fasm'.
 
1371 5223 d 23 h IgorA /programs/develop/fasm/trunk/ fasm: not a big optimization
1) Change button on the checkbox
2) the size of file paths is exactly equal to MAX_PATH
3) refined the work with a small width of the window
 
1367 5224 d 21 h Lrz /programs/develop/fasm/trunk/ bugfix length of editbox  
1363 5227 d 0 h IgorA /programs/develop/fasm/trunk/ fasm: added to recalculate the width of the editbox when resizing the window  
1361 5228 d 1 h IgorA /programs/ Updated 'fasm':
1) he now uses a library 'box_lib.obj'
2) Russification
 
1342 5233 d 20 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.11  
1242 5295 d 10 h heavyiron /programs/develop/fasm/trunk/ fasm 1.69.10  
1189 5323 d 18 h heavyiron /programs/develop/fasm/ tag for fasm 1.68
fasm 1.69.06 in trunk
 
1115 5432 d 3 h heavyiron /programs/develop/fasm/trunk/ fasm 1.68  
1062 5495 d 12 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.38 (Mar 29, 2009)

[-] Fixed a bug with size of memory operand for ROUNDSS/ROUNDSD
 
1054 5510 d 20 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.37 (Mar 24, 2009)
[-] The .efi extension is now generated for EFI PE formats.
[-] Fixed a bug with invalid size of memory operand for SSE4 instructions.

version 1.67.36 (Mar 20, 2009)
[-] The size of section table was stored with a wrong value in symbols file, it should have the correct value now.
 
1053 5528 d 8 h heavyiron /programs/develop/fasm/trunk/ fasm 1.67.35  
1044 5533 d 18 h heavyiron /programs/develop/fasm/trunk/ fasm version 1.67.34 (Feb 22, 2009)
[-] Fixed small bug with DT directive far pointer syntax.
Visit http://flatassembler.net/ for more information.
 
1039 5546 d 6 h heavyiron /programs/develop/fasm/trunk/ fasm

version 1.67.33 (Feb 20, 2009)
[+] Added ERR directive that allows to signalize error from the source.

version 1.67.32 (Feb 13, 2009)
[+] Allowed single quote character to be put inside the number value, to help improve long numbers readability.

version 1.67.31 (Feb 11, 2009)
[-] Fixed floating point converter to no longer generate NaN in some cases, and corrected denormal numbers generation.

version 1.67.30 (Feb 08, 2009)
[+] Added missing Intel SSE4 instructions.
[+] Added SSE4a (EXTRQ/INSERTQ/MOVNTSD/MOVNTSS) instructions.
[+] Added FSTENVW/FSTENVD/FSAVEW/FSAVED mnemonics.

Visit http://flatassembler.net/ for more information.