Commit Graph

1129 Commits

Author SHA1 Message Date
peter
20b1131cbd * adapted for new 1.1 compiler verbosity 2003-01-11 15:52:54 +00:00
pierre
916c207593 * fix some fields 2003-01-07 15:01:24 +00:00
pierre
640d361988 + win32 version infos 2003-01-07 00:29:13 +00:00
Tomas Hajny
f21866553a + Win32 icon added 2002-12-26 20:27:15 +00:00
pierre
d79fd9f918 * fix bug report 2205 2002-12-18 16:10:01 +00:00
pierre
2bb545136b + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
pierre
09b12ce0ad + Cut/Copy/Paste added to TEditorInputLine 2002-12-18 01:18:10 +00:00
pierre
021f0c9f6f * fix web bug #2012 2002-12-17 13:48:28 +00:00
pierre
71a44123d5 * added unknown cpu register windows 2002-12-16 15:51:13 +00:00
pierre
a24f6b27c2 * try to fix the moving of breakpoints 2002-12-16 15:16:15 +00:00
pierre
7f5de6e254 * Added TBreakpointCollection.FindBreakpointAt method 2002-12-16 15:15:40 +00:00
pierre
0e058bdbcf * moved OnDiskLoadTime to Core 2002-12-16 15:14:44 +00:00
pierre
3fd91127fb + added some missing word separator chars 2002-12-16 15:13:58 +00:00
pierre
1101946ac0 * don't insert breakpoints in unsaved sources 2002-12-16 09:06:08 +00:00
pierre
692a8fc96b * sanity ceck in ToggleFileLine method 2002-12-16 09:05:28 +00:00
peter
f931650b24 * more stable default target setting 2002-12-15 14:08:29 +00:00
pierre
ae59f56484 * move line breakpoints if lines added or deleted in editor window 2002-12-12 00:09:08 +00:00
pierre
b5196eefbb Use fpregs unit 2002-12-12 00:06:41 +00:00
pierre
0c0233d130 * add code for breakpoint moves + registers in fprags.pas unit 2002-12-12 00:05:57 +00:00
pierre
bea9f4705f * fix problem with breakpoint conditions that showed up again after exit 2002-12-12 00:03:14 +00:00
pierre
4be6cc6f84 Register window code separated in a new unit 2002-12-12 00:01:59 +00:00
pierre
8aca5d924f * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
pierre
867e68938f + Alt+I to disassemble a function from browser window 2002-12-02 01:00:12 +00:00
pierre
9612a08120 + powerpc cpu support started 2002-11-30 01:56:52 +00:00
pierre
6f2265f872 * fix a wrongly highlighted string 2002-11-30 01:55:33 +00:00
pierre
40df46547a + cross-powerpc specific filenames 2002-11-30 01:53:02 +00:00
pierre
0ebfb56d2c + remote support 2002-11-28 13:00:25 +00:00
pierre
0d6cfa91e3 + remote support additions 2002-11-28 12:58:15 +00:00
pierre
d4246d46cd * new hints for remote addition 2002-11-28 12:57:42 +00:00
pierre
6a10db7da2 + TransferRemote method added 2002-11-28 12:57:00 +00:00
pierre
f82f0101c9 + Remote dialog added 2002-11-28 12:56:23 +00:00
pierre
de4bb0f9f4 + added strings for remote support 2002-11-28 12:55:47 +00:00
pierre
39df3d1b8c + save/retrieve remote support variables 2002-11-28 12:55:06 +00:00
pierre
ab17afa294 * fix implementation of ReplaceStrI function 2002-11-28 12:53:59 +00:00
pierre
faff8a4549 + global vars used for remote debugging 2002-11-28 12:53:10 +00:00
pierre
43124abcaf * cross cpu IDE use different config/ini and cfg files 2002-11-28 12:52:14 +00:00
pierre
5a3b2f47c9 * CROSSGDB defines SUPPORT_REMOTE 2002-11-28 12:50:10 +00:00
pierre
d4cd61dea3 * enable signals catching earlier 2002-11-28 12:49:20 +00:00
pierre
84b5d460ea * Correct the wrong code commented out by last commit 2002-11-28 08:44:19 +00:00
peter
5e61e1cc80 * removed wrong fillchar statement 2002-11-27 20:07:03 +00:00
peter
3dad4cd3c4 * regenarated 2002-11-24 16:31:10 +00:00
pierre
b649c95309 * fix SwapWord, arg must be of var type 2002-11-22 15:18:24 +00:00
pierre
5215700ea0 + Use SwapLongint and SwapWord for big endian machines 2002-11-22 12:21:49 +00:00
pierre
e956b9fd76 + SwapLongint and SwapWord added for big endian machines 2002-11-22 12:21:16 +00:00
pierre
09df4a5bed * some crossgdb infos added 2002-11-21 17:52:28 +00:00
pierre
4bb38c13dc * fix several problems related to remote cross debugging 2002-11-21 15:48:39 +00:00
pierre
98dd48ed75 + some cross gdb enhancements 2002-11-21 00:37:56 +00:00
pierre
3e3c4683a3 * use target_os.ExeExt for compiled executable 2002-11-20 17:35:00 +00:00
pierre
302ee9c72c * use ppheap with IDEHEAPTRC conditional 2002-10-30 22:12:13 +00:00
pierre
fe29b4aca5 * only handle direction keys specially if buffer is bigger than window 2002-10-30 22:07:11 +00:00
pierre
ffa8a38c48 * also compile ppheap unit 2002-10-30 21:53:05 +00:00
Tomas Hajny
c14ba4685d * another bunch of missing HasSignal conditionals 2002-10-23 19:19:40 +00:00
Tomas Hajny
16c670ff49 * mistyping fixed 2002-10-23 18:01:50 +00:00
Tomas Hajny
cbc005f1ef * added missing include 2002-10-18 17:58:48 +00:00
Tomas Hajny
a11f0cf6b2 * missing HasSignal conditionals added (needed for FPC/2) 2002-10-12 19:43:07 +00:00
Tomas Hajny
dcb9f928c1 + OS/2 support 2002-10-12 19:42:01 +00:00
Tomas Hajny
fd5699b239 * dummy OS/2 implementation to enable compilation 2002-10-12 19:41:30 +00:00
pierre
fb0e90be51 * set TTYFd to -1 in TLinuxScreen constructor 2002-10-07 15:43:15 +00:00
pierre
ca3000ef79 * don't use tpexcept anymore 2002-10-04 15:23:46 +00:00
pierre
44e4a4c936 * fix webbug 2102-C 2002-09-26 20:45:08 +00:00
pierre
327f5a720d * fix problems with system unit is not present for __fp__ compilation 2002-09-26 15:00:35 +00:00
pierre
26205c4b62 * avoid RTE 213 2002-09-26 13:00:41 +00:00
pierre
b8534404fe * fix compilation error 2002-09-25 22:02:13 +00:00
pierre
1507cd7018 * restore text mode on reset for Dos apps 2002-09-21 22:23:49 +00:00
pierre
3e1e3fb218 * new Restore method added, used for dos graphic applications 2002-09-21 22:22:10 +00:00
pierre
14c9cbfdfc * fix compilation failure for m68k target 2002-09-19 22:15:45 +00:00
pierre
c9b96099c5 * correct last fpu patch so 'info all' is called only once 2002-09-17 21:58:45 +00:00
pierre
9d09b36729 * allow fpu window to be resized 2002-09-17 21:48:41 +00:00
pierre
79aaf1ba40 * fix infinite recursion if GDB window and register window open 2002-09-17 21:20:07 +00:00
pierre
7c478984c8 * only fpc uses video unit 2002-09-13 22:30:50 +00:00
pierre
95f4c98ed0 * Update copyright 2002-09-13 22:28:08 +00:00
pierre
2673dda4d4 * fix several problems with go32v2 graphic support 2002-09-13 22:27:07 +00:00
pierre
f93b587cdb * fix cursor position for linux vcsa support 2002-09-13 08:15:06 +00:00
pierre
beb6c868bd * avoid RTE 201 in hexstr calls 2002-09-13 08:13:07 +00:00
pierre
64703a55c7 + use vcsa for linux console 2002-09-13 07:17:33 +00:00
pierre
ffa3725181 * avoid RTE 201 if closing file with position outside integer bounds 2002-09-13 07:16:56 +00:00
pierre
e0190b4d94 * reset modified flag, web bug #1262 2002-09-12 22:09:07 +00:00
pierre
cb1da3ff11 * Enable go32v2 graph support in fixes branchfpusrscr.pas 2002-09-12 22:07:46 +00:00
pierre
38670ef6e1 * fix typo bug in last commit 2002-09-12 08:49:10 +00:00
pierre
bfb97f6a4d * removed lots of unnecessary copies of strings for syntax highlighting 2002-09-12 08:42:07 +00:00
pierre
61c47fed1a * fix CodeComplete loading and use a unit for standard units code complete 2002-09-11 13:12:42 +00:00
pierre
a1c7acdd77 * speed up by using fixed char sets in GetCharClass 2002-09-11 13:11:54 +00:00
pierre
cba324fda2 * fix bug in new readline method on line overflow 2002-09-11 12:10:03 +00:00
pierre
f14ab4c96f * more changes to speed syntax highlighting up 2002-09-11 11:23:48 +00:00
pierre
74f5135b69 * try to speed up syntax highlighting 2002-09-11 10:05:10 +00:00
pierre
736d9a6b50 * avoid lots of useless calls by reordering conditions in DoUpdateAttrs 2002-09-11 08:39:44 +00:00
pierre
7590ebeae3 * avoid a lot of useless calls in readline method 2002-09-11 08:30:38 +00:00
pierre
f4e98565f9 * use faster method for loading files by default 2002-09-10 12:19:14 +00:00
pierre
0e8b05cf11 * avoid a int64 warning 2002-09-09 07:06:53 +00:00
pierre
d5dd0e0c66 * new debug options added 2002-09-09 06:59:16 +00:00
pierre
1452e40fd0 + adapted to FastBufStream.readline method 2002-09-09 06:58:51 +00:00
pierre
ec56c3a4d7 + FastBufStream.readline method added 2002-09-09 06:58:27 +00:00
pierre
a6d1670b82 * avoid to save file used by codecomplete 2002-09-09 06:53:54 +00:00
pierre
0f31d2ec7e + header and log added 2002-09-09 06:23:02 +00:00
pierre
b5c78c2073 * get it to load old and new desktops 2002-09-09 06:22:45 +00:00
carl
17135e4686 * fix range check errors for version 1.1 compilation 2002-09-07 21:04:41 +00:00
peter
952e80a72f * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
carl
8b4a765c30 * update makefiles for new directory structure in main branch 2002-09-07 12:23:23 +00:00
pierre
ec5679a06c * explicitly set BasePos to zero in TFastBufStream constructor 2002-09-06 09:53:53 +00:00
pierre
97ab9a8f3c * fix small bug in previous commit 2002-09-05 10:57:08 +00:00
pierre
dc8a7c4c5f + FindMatchingDelimiter for pascal keywords with level counting 2002-09-05 10:49:48 +00:00
pierre
fc70eac139 * try to fix recompilation on changes problems 2002-09-05 08:45:40 +00:00
pierre
c12f883d18 * get units code complete to also work if browser disabled 2002-09-05 05:59:47 +00:00
pierre
3ab5492c52 + use '*' as special name for noload and also no 'nonamexx.pas title 2002-09-05 05:58:58 +00:00
pierre
f05b050230 * fix a second bug in CodeCompleteDialog 2002-09-04 15:14:19 +00:00
pierre
e7ec0cde6d * fix a bug in CodeCompleteDialog 2002-09-04 14:42:43 +00:00
pierre
5953173600 + Enhance code complete by inserting unit symbols 2002-09-04 14:07:12 +00:00
pierre
b28049b03f + new variables for Unit symbols code complete 2002-09-04 14:06:36 +00:00
pierre
d9975624ce * MinDesktopVersion increased because of CodeComplete changes 2002-09-04 14:03:52 +00:00
pierre
b7b65d3165 * changed CodeCompleteMinLen type from a const to a variable 2002-09-04 14:02:54 +00:00
pierre
2d6d2d48db * adapt to fpcodtmp interface change 2002-09-04 08:52:46 +00:00
pierre
6872d50bdf * try to enhance CodeTemplate behavior 2002-09-04 08:52:11 +00:00
pierre
49346de96b * TranslateCodeTemplate Shortcut is now a var parameter 2002-09-04 08:50:59 +00:00
pierre
c792c2b861 * only suppress current word in CodeTemplate if it matches Template name 2002-09-04 08:39:55 +00:00
pierre
c9848efc9e * remember IDE screen mode for win32
to avoid videobuf writes after allocated size.
2002-09-04 08:35:31 +00:00
pierre
da3e0ada37 + added history for watches and breakpoints 2002-09-03 13:59:47 +00:00
pierre
e28cf06714 * don't use LowerCaseStr for AddWatch as it confuses line completion 2002-09-03 13:59:09 +00:00
pierre
c6c6243ad2 * fix bug about Recent file list not updated correctly when opening a file from the list 2002-09-03 13:58:05 +00:00
pierre
0e9597c4b6 + hidWatchDialog and hidBreakpointDialog added 2002-09-03 13:57:05 +00:00
pierre
705bc18609 * declare TEditorInputLine in interface and use it in Replace dialog 2002-09-03 13:56:21 +00:00
pierre
033a8ab075 * Indicator like in BP, web bug #1945 2002-09-03 11:50:08 +00:00
pierre
aba4bcb655 * fix compilation without DEBUG conditional 2002-09-03 05:45:39 +00:00
pierre
b5ce52f87d * fix web bug report 2099 2002-09-02 10:33:37 +00:00
pierre
a9f7d35c69 * fix problems with breakpoint lists 2002-09-02 10:18:09 +00:00
pierre
7e29d3feeb + new test code for go32v2 graphic screen saves (only with -dDEBUG) 2002-09-02 09:29:55 +00:00
pierre
d1c1c11f34 * avoid 100 CPU usage when AltF5 is used 2002-09-02 09:27:35 +00:00
pierre
c6068c58c8 * adapt to changes in fptools.pas unit
+ support $CAP_MSG() without filter
2002-08-29 10:06:33 +00:00
pierre
166d14e98e + InitToolProcessing new procedure to set default values only once.
* handle 'on' 'off' '0' or '1' in value or default lines for checkboxes
2002-08-29 10:05:01 +00:00
pierre
cf1facd27e * remove CVS: line as it is not suppressed at
server side.
2002-08-29 09:59:30 +00:00
pierre
6d2c108640 * remove wrong log line 2002-08-29 09:58:04 +00:00
pierre
26ef7901ef + New file to generate a diff for an edited source within the IDE 2002-08-29 09:52:19 +00:00
pierre
4638a8084f CVS: test
* correct behavior for memo field
2002-08-29 09:46:47 +00:00
pierre
9a7fa7e743 CVS Enter log comment for commit
* set modified flag to false before prompt
   dialog are executed in NewFromTemplate
2002-08-29 09:31:53 +00:00
pierre
90d10bf86b CVS: Enter log comment for commit
+ SizeOfFile function added
2002-08-29 07:59:46 +00:00
pierre
354a96f9eb * fix for bug report 2025 2002-08-26 14:00:48 +00:00
pierre
95bb7e4066 * fix for bug report 2000 2002-08-26 13:40:15 +00:00
pierre
43c0474872 + add a lock to speed up parsing of userscreen 2002-08-26 13:03:14 +00:00
pierre
c1c701655d * avoid a crash with fvision 2002-08-26 13:02:15 +00:00
pierre
b5f911268b + fill the Now field for Editor actions 2002-08-26 13:01:38 +00:00
pierre
f1ff265924 * fix bug report 2094 by restoring nonamexx.pas name if file name is incorrect 2002-08-26 13:00:08 +00:00
pierre
ad8c105aef + Run menu changes depending on wether the debuggee is running or not 2002-08-13 08:59:12 +00:00
pierre
84db97ee5f + Continue string added, to support Run submenu changes 2002-08-13 08:57:03 +00:00
pierre
7f2460890b + Disable all invalid breakpoints feature added 2002-08-13 07:15:02 +00:00
pierre
b446a7d124 * use normal strings for ChoiceBox function 2002-08-13 07:12:08 +00:00
marco
54c3a5639a * fix 2002-08-01 12:39:47 +00:00
marco
0e2046b1fd * Some more OpenBSD fixes. 2002-08-01 12:28:49 +00:00
marco
74ab069c2e * OpenBSD makefile fixes 2002-07-30 13:46:23 +00:00
florian
53ed3e51c8 + path to dir x86 added 2002-07-22 21:01:36 +00:00
pierre
1542285c05 * try to avoid memory corruption if UserScreen is smaller than IDE screen on win32 2002-07-12 14:17:39 +00:00
pierre
53dda29b75 * try to improove tabs handling in DelChar and InsertLine methods 2002-06-13 14:50:35 +00:00
pierre
c714e2b35b * try to avoid crash with fvision library 2002-06-13 11:52:01 +00:00
pierre
b0a9952af0 + xterm window switching support 2002-06-13 11:18:32 +00:00
pierre
5e1a849e83 * avoid random colors in Screen view 2002-06-13 10:54:54 +00:00
pierre
1dfb9e5a9b * check if DebuggeTTY is a valid terminal 2002-06-10 19:26:48 +00:00
pierre
2b84e3a4d1 * System messages must be handled by the application directly 2002-06-10 08:12:17 +00:00
pierre
463d53271c * try to get resizing to work 2002-06-07 14:08:28 +00:00
pierre
3515599074 * handle win32 Ctrl-C change for graphic version 2002-06-06 14:11:25 +00:00
pierre
24ff512f2f * allow window input for fvsion system messages 2002-06-06 14:10:34 +00:00
pierre
1cb1ac214e * avoid crashes if quitting while debuggee is running 2002-06-06 08:16:18 +00:00
pierre
37766319ce * fix GDBwindow indicator bug 2002-06-06 08:15:29 +00:00
pierre
a866d5ef7e * use inherited ResetCursor for fvision lib 2002-06-06 07:04:00 +00:00
pierre
9cc0b51e98 * No videobuffer switch necessary for fvision win32 graphic version 2002-06-06 06:46:28 +00:00
marco
aaea02b70f * Renamefest 2002-06-01 20:08:42 +00:00
pierre
1fe0c05ec2 + register asciitable char 2002-05-31 12:37:09 +00:00
pierre
a54f46d936 * fix fvision dialog problem due to DataSize differences 2002-05-31 12:33:49 +00:00
pierre
8529bbc6c8 * fix ResetCursor for fvision 2002-05-30 22:01:12 +00:00
pierre
44c8bff736 + ResizeApplication pethod for fvision 2002-05-30 15:03:23 +00:00
pierre
851892016b * avoid ugly border draw on windows without owners in fvision 2002-05-30 15:02:39 +00:00
pierre
f2528086fd + FreeVesaModes 2002-05-29 22:39:51 +00:00
pierre
c66e40dbca Asciitab now in fvision 2002-05-29 22:33:23 +00:00
pierre
5d02532af3 Asciitab now in fvision 2002-05-29 22:29:42 +00:00
pierre
f1dfc491c4 * add FV suffix in About dialog if using FVision library 2002-05-24 21:15:31 +00:00
peter
9f1a6bab94 * fixed range error 2002-05-13 13:44:33 +00:00
pierre
1cc272351a * fix the disappearing desktop for win32 2002-04-25 13:34:17 +00:00
pierre
df5420c0ae * fix the problem with dirs containing asterisks 2002-04-25 13:33:31 +00:00
pierre
4243aa7559 * try to adapt .htx files to system DirSep 2002-04-23 10:11:31 +00:00
pierre
63ec8ab5bf + added lastsynonym and InNameAnchor fields to TCustomHTMLLinkScanner
these allow to eliminate double index entries pointing to the same
    html file location (which had two different names).
2002-04-23 09:55:22 +00:00
pierre
a42b826a06 * avoid considering grouped action if StoreUnfo is false 2002-04-20 20:27:44 +00:00
pierre
b437096263 * avoid problems for ClassVariable in Watches window 2002-04-17 11:11:54 +00:00
pierre
71f258d1c3 * fix last commit for corss compilation fir 1.1 IDE from 1.0.6 2002-04-17 11:10:13 +00:00
carl
13cf2872f4 + compilation problems bugfixes 2002-04-16 18:12:35 +00:00
pierre
cbbf448f7b * fix snapshot creation error 2002-04-16 09:27:44 +00:00
pierre
364f0cf706 * fix for bug report 1869 2002-04-16 08:27:01 +00:00
pierre
7bcac233c5 + use fpcygwin unit for win32 debug IDE 2002-04-12 11:28:55 +00:00
pierre
123127d2f1 New unit to get cygwin1.dll version info and warn if old version 2002-04-12 11:19:10 +00:00
pierre
e6b1b8a029 * enhance internal error handling 2002-04-12 09:00:01 +00:00
pierre
fb32e638b9 + two new dialogs in case of internal errors 2002-04-12 08:59:42 +00:00
pierre
3cd48ab7e6 + new function OKCancelBox added 2002-04-12 08:59:00 +00:00
pierre
411e27c778 + add RTE(250) for Ctrl+F11 in DEBUG mode 2002-04-12 08:58:22 +00:00
pierre
c5bbc21f8b + recreate the full target of an anchor that only has a NAME field 2002-04-11 07:06:31 +00:00
pierre
94d61762a2 + handle tables 2002-04-11 07:04:23 +00:00
pierre
644db9b964 * Add allow spaces for directories entries 2002-04-11 06:42:54 +00:00
pierre
0d5523d24c * fix problem of TWatchesListBox with fvision 2002-04-11 06:41:13 +00:00
pierre
73bc21ba39 * remove switches that have no command line option 2002-04-10 22:41:05 +00:00
pierre
6246cb06f3 * allow to open non existant file 2002-04-10 22:38:11 +00:00
pierre
7172866d44 * save and restore Exitproc if LongJmp called 2002-04-10 22:37:37 +00:00
pierre
d2869c34dd * fix some win32 GDB filename problems 2002-04-03 06:18:30 +00:00
pierre
abf3bcc2e7 * fixed wrong exit without unlock 2002-04-02 15:09:38 +00:00
pierre
dffa6620f1 * avoid a problem if resetting debuggee redirection 2002-04-02 14:06:50 +00:00
pierre
fe24beb8e1 * Use StrToCard and HexToCard functions to avoid signed/unsigned overflows 2002-04-02 13:23:54 +00:00
pierre
987f4d3d29 + HextToCard StrToCard new functions 2002-04-02 13:23:02 +00:00
pierre
21b9bab119 * fix problem with breakpoints in subdirs 2002-04-02 12:20:58 +00:00
pierre
0cbe752892 * Use new SetWidth method for GDB window 2002-04-02 11:17:40 +00:00
pierre
fb2ce47786 * fix FPC_BREAK_ERROR problem and avoid blinking J 2002-04-02 11:10:29 +00:00
pierre
97efe0bce5 * clearscrenn at exit for unix 2002-03-28 16:32:48 +00:00
peter
284f3764d8 * use < for left arrow under unix 2002-03-28 16:25:16 +00:00
pierre
a9ef1badf1 * fix several problems related to long file nmze support for win32 exes 2002-03-27 11:24:09 +00:00
pierre
d5c36918f9 + add a title to the Breakpoint dialog type checkbox 2002-03-27 11:23:18 +00:00
pierre
b63122a94e * fix problems for updating Debuggee title if Ctrl-C pressed 2002-03-27 11:22:24 +00:00
pierre
f7d55e8d60 * also call DocTableXXX at end tag 2002-03-25 14:42:23 +00:00
pierre
5e9768a718 +handle hscDirect 2002-03-25 14:37:45 +00:00
pierre
cf8e1a7ea2 + hscDirect added 2002-03-25 14:37:03 +00:00
pierre
a70d49311c * Escape Escape and chars ord(char)<=16 2002-03-25 11:51:43 +00:00
pierre
577030e45a * avoid that constructor is proposed for code complete if const is given 2002-03-22 16:43:27 +00:00
pierre
ae294939aa * correct some ansii file conversion problems 2002-03-20 17:16:11 +00:00
pierre
4431b0efc7 * avoid to cut a part of an image 2002-03-20 17:10:04 +00:00
pierre
65c7c2dc5b * correct last commit 2002-03-20 14:56:41 +00:00
pierre
ace45a5f3b + rescue handlers in main loop 2002-03-20 14:53:37 +00:00
pierre
8352022e01 + rescue dialogs for main loop 2002-03-20 14:52:44 +00:00
pierre
347714dc73 + deliberatly generate a SIGSEGV if Alt+F11 is pressed (DEBUG code) 2002-03-20 14:52:01 +00:00
pierre
9d5e55dddd * moved StopJmp buffer to fpcatch unit 2002-03-20 14:48:27 +00:00
pierre
47b7e5c5b6 * avoid stack corruption in CharStr if count > 255 2002-03-20 13:48:31 +00:00
pierre
35b958e6a2 * possible fix for the IDE prerelease crash 2002-03-20 11:15:51 +00:00
peter
927c693482 * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
armin
c43735cc42 + add netware target 2002-03-16 14:53:23 +00:00
pierre
b1d611c40c + find Table of contents for FPC docs 2002-03-14 17:01:54 +00:00
peter
58218bf81f * Regenerated with updated fpcmake 2002-03-11 19:10:28 +00:00
carl
0496e8deba - removing useless file 2002-03-09 22:01:57 +00:00
peter
9b385a2ab7 * regenated 2002-02-28 21:30:32 +00:00
pierre
d98022d88a avoid to insert options in .cfg file if the option has no command line 2002-02-20 15:06:52 +00:00
peter
867f468b21 * signal_name added 2002-02-11 18:51:39 +00:00
pierre
53d855b3c3 * fix problem with disable all invalid breakpoints 2002-02-09 02:04:46 +00:00
pierre
954bd985e5 * fix error when loading breakpoints, try to load other items even after an error 2002-02-09 00:32:27 +00:00
pierre
4907deb2a6 + handle signals 2002-02-06 14:45:00 +00:00
peter
c09e7bb537 * regenerated 2002-01-29 18:05:44 +00:00
pierre
ef7f244cc8 * remove fpc_packages target 2002-01-28 09:41:27 +00:00
peter
5f2e0cc5e3 * regenerated 2002-01-27 21:47:54 +00:00
pierre
a45f4354e3 * fix bug #1774 2002-01-25 14:15:35 +00:00
pierre
74a4fac7cc * only disable Alt-X in Options|Compiler dialog 2002-01-24 09:21:41 +00:00
pierre
4380a7b715 Change IDE version to 0.9.2 2002-01-22 16:33:51 +00:00
pierre
969167ccf5 * try to fix win32 problem with Dos program ouptut in command shell
Warning, to debug under win32 with GDB you must use "set new-console on"
2002-01-22 16:29:52 +00:00
pierre
6769598ff4 * fix wrong sign change handling
+ add 'H' to view current value as hexadecimal
2002-01-22 14:56:37 +00:00
pierre
fe82c8b418 * fix multiple FPU excpetion trapping problem for unix 2002-01-22 13:56:04 +00:00
pierre
9d78506c59 try to fix bug #1732 2002-01-09 09:48:00 +00:00
pierre
3a403da9f5 * fix problems with -S option 2002-01-09 09:46:10 +00:00
peter
0816ae4006 * regenerated 2002-01-06 21:59:08 +00:00
pierre
8d90e415dc * attempt to fix web bug #1730 2001-12-19 10:59:18 +00:00
marco
7866897343 * BSDhier fix to fpcmake.ini + makefile update. 2001-12-11 10:39:53 +00:00
carl
41c3b07113 * Renamed ppc.cfg -> fpc.cfg 2001-11-24 02:05:21 +00:00
carl
dd02c42009 * rename ppc386.cfg to ppc.cfg 2001-11-23 03:17:33 +00:00