nickysn
eb6c73c3df
* the common code to all "-exec" gdb/mi commands moved to a single method
...
git-svn-id: trunk@29740 -
2015-02-17 20:12:32 +00:00
nickysn
44fb01eae6
+ implemented get_current_frame and set_current_frame for gdb/mi
...
git-svn-id: trunk@29738 -
2015-02-17 02:03:18 +00:00
nickysn
f4e8c9da33
+ added the gdb set commands from gdbint.pp to the gdb/mi interface
...
git-svn-id: trunk@29737 -
2015-02-17 01:43:39 +00:00
nickysn
a47a810475
+ implemented gdb/mi backtraces
...
git-svn-id: trunk@29736 -
2015-02-17 00:59:39 +00:00
nickysn
88fc22a8a3
* fixed crash when stepping into code where no debug information is available
...
(can happen when using 'step into instruction' inside the assembly window)
* obtain the PC counter after a breakpoint has been hit (so that the assembly
window shows the current instruction immediately after hitting a breakpoint)
git-svn-id: trunk@29735 -
2015-02-16 23:20:48 +00:00
nickysn
dc54903e01
* use gdb/mi command for setting tty
...
git-svn-id: trunk@29734 -
2015-02-16 22:11:25 +00:00
nickysn
9eeef2581b
* use a gdb/mi command for adding source directories
...
git-svn-id: trunk@29732 -
2015-02-16 21:41:06 +00:00
pierre
68c06ff84d
Only print out cygwin DLL too old warning if using a cygwin GDB
...
git-svn-id: trunk@29731 -
2015-02-16 21:15:37 +00:00
pierre
d0cfebc351
+ Use using_cygwin_gdb boolean, to convert path
...
git-svn-id: trunk@29730 -
2015-02-16 20:50:47 +00:00
pierre
6b1c38537b
+ Add missing windebug unit dependency for windows
...
+ Use using_cygwin_gdb boolean, to convert path
git-svn-id: trunk@29729 -
2015-02-16 20:50:15 +00:00
pierre
95f0791b97
+ Add (not yet implemented) inferior_pid function to allow compilation of windebug unit
...
+ Add using_cygwin_gdb boolean, set by parsing version output
git-svn-id: trunk@29728 -
2015-02-16 20:48:38 +00:00
pierre
6e2b97a15c
Handle #13#10 line ending for Windows
...
git-svn-id: trunk@29727 -
2015-02-16 20:45:18 +00:00
pierre
b823ac6755
Regenerate after: also allow GDBMI=1 as make parameter to use gdbmi
...
git-svn-id: trunk@29726 -
2015-02-16 20:44:28 +00:00
pierre
6c605ca6db
Also allow GDBMI=1 as make parameter to use gdbmi
...
git-svn-id: trunk@29725 -
2015-02-16 20:44:09 +00:00
pierre
c912196ca6
Handle GDBMI conditional in windebug unit
...
git-svn-id: trunk@29724 -
2015-02-16 20:42:31 +00:00
nickysn
3deac03582
* use a gdb/mi command when clearing the exe in TDebugController.SetExe
...
git-svn-id: trunk@29722 -
2015-02-16 20:16:08 +00:00
nickysn
f06731ae4f
* TDebugController.SetTBreak (adds a temporary breakpoint, used for things like
...
'run to cursor') moved to gdbcon.pp and implemented via a GDB/MI command in
the new GDB/MI interface.
git-svn-id: trunk@29721 -
2015-02-16 19:58:40 +00:00
nickysn
8f9c062e4d
* fixed Run->"Until return" in the GDB/MI debugger
...
git-svn-id: trunk@29717 -
2015-02-16 02:25:53 +00:00
nickysn
a939ea06b6
+ initial implementation of GDB/MI (without LibGDB!) support for the text mode
...
IDE. Tested under Linux (Fedora 21 - x86_64, GDB 7.8.2). It is still disabled
by default on all platforms. To enable it, build a snapshot with:
FPMAKEOPT="--ignoreinvalidoption --GDBMI=1"
Known issue: the GDB window in the IDE causes crashes, so don't open it :)
(for debugging purposes, set the environment variable FPIDE_GDBLOG=1 when
running the IDE and it will log everything in gdblog.txt)
git-svn-id: trunk@29716 -
2015-02-16 01:07:37 +00:00
pierre
c9f73354af
Avoid CopyFile over itself fp.cfg after copying fp.ini, thus avoiding misleading ErrorBox
...
git-svn-id: trunk@29476 -
2015-01-15 16:53:58 +00:00
Károly Balogh
e24f59fb9f
IDE: enabled AROS' system clipboard code also for Amiga and MorphOS
...
git-svn-id: trunk@29406 -
2015-01-05 05:06:12 +00:00
marco
d407b668d1
* version updated to 3.1.1
...
git-svn-id: trunk@29399 -
2015-01-04 21:09:04 +00:00
Károly Balogh
4d9881c2b4
Amiga-likes: set the window/screen title with IDE version information
...
git-svn-id: trunk@29336 -
2014-12-26 23:30:54 +00:00
Károly Balogh
3dcccea788
FreePascal -> Free Pascal in the IDE about window. we call ourselves Free Pascal everywhere, so be consistent
...
git-svn-id: trunk@29330 -
2014-12-26 20:02:58 +00:00
joost
d3c2306586
* Pass correct baseinstalldir to fpmake when doing a cross-zipinstall from
...
a unix system to a non-unix system. Bug #27114
git-svn-id: trunk@29219 -
2014-12-08 14:29:27 +00:00
nickysn
c53c4702b6
+ also preserve the CGA background color in the go32v2 IDE
...
git-svn-id: trunk@29086 -
2014-11-17 00:34:05 +00:00
nickysn
6482157e90
* do not hide the cursor after returning from the output screen, because it may have to be visible (if e.g. the editor window has the focus); instead, cursor state should be restored in UserScreen^.SwitchBackToIDEScreen
...
git-svn-id: trunk@29083 -
2014-11-16 19:09:25 +00:00
nickysn
8a0adafa43
+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE
...
git-svn-id: trunk@29080 -
2014-11-16 15:27:07 +00:00
nickysn
cb8f96a33c
* TDOSScreen.ConsoleGraphDriver and .ConsoleGraphMode changed to smallint, so they can be passed as var parameters to InitGraph. This fixes compilation with USE_GRAPH_SWITCH enabled
...
git-svn-id: trunk@29079 -
2014-11-16 15:25:56 +00:00
nickysn
658442e610
* do not call SetVESAMode in TDOSScreen.SaveConsoleScreen, because it destroys the palette before we can save it and because InitGraph is called later anyway
...
git-svn-id: trunk@29078 -
2014-11-16 13:00:46 +00:00
nickysn
1f778a496c
* cleaned up TDOSScreen.SwitchToConsoleScreen
...
git-svn-id: trunk@29077 -
2014-11-16 03:04:20 +00:00
nickysn
591f65ae53
+ added CGA graphics mode saving to the go32v2 IDE
...
git-svn-id: trunk@29076 -
2014-11-16 01:47:19 +00:00
nickysn
a481a62a3e
* hide the mouse before saving the go32v2 IDE screen. This fixes a bug which causes the mouse to leave a trace when returning to the IDE screen after viewing the user screen, if the mouse has been moved during the time the user screen was visible
...
git-svn-id: trunk@29074 -
2014-11-14 20:56:53 +00:00
pierre
a7879a60fd
Allow to use FPBASENAME environment variable as default base name for ini file
...
git-svn-id: trunk@28991 -
2014-11-05 20:45:47 +00:00
joost
a9dcb9201f
* Do not rebuild fpmake on each run on an host-os that uses an executable-suffix. (.exe)
...
git-svn-id: trunk@28973 -
2014-11-03 12:42:33 +00:00
joost
75afdf052b
* Pass archive-command to fpmake on make zipsourceinstall
...
git-svn-id: trunk@28971 -
2014-11-02 19:51:52 +00:00
joost
d2e649e048
* Removed rtl-dependency in fpmake.pp (rtl is always added implicitly)
...
git-svn-id: trunk@28949 -
2014-10-30 21:11:19 +00:00
joost
3296c3d381
* Pass "-fsp 0" to fpmake on distinstall and zipdistinstall to remove absolute source path from fpunits.cfg files
...
git-svn-id: trunk@28946 -
2014-10-29 21:20:01 +00:00
pierre
c5601c5094
Use 'set gnutarget elf32-littlearm' for arm cross
...
git-svn-id: trunk@28939 -
2014-10-27 22:12:13 +00:00
pierre
9e4e667842
Allow to disable __cpu_features_init by defining DISABLE_CPU_FEATURES_INIT
...
git-svn-id: trunk@28938 -
2014-10-27 22:10:51 +00:00
pierre
721c5d0947
define FPC_ARMEL32 or FPC_ARMEB32
...
git-svn-id: trunk@28937 -
2014-10-27 22:09:55 +00:00
pierre
c528a029ec
Fix error in RemoteCopy assignment at Remote dialog box exit
...
git-svn-id: trunk@28934 -
2014-10-26 21:39:58 +00:00
pierre
d80154d438
Support for quotes inside Values
...
git-svn-id: trunk@28925 -
2014-10-24 23:18:38 +00:00
pierre
8e5835a3bd
Use GetRemoteString function in TransferRemote
...
git-svn-id: trunk@28924 -
2014-10-24 22:05:00 +00:00
pierre
c228424fc9
Added SUPPORT_REMOTE DoRemote dialog
...
git-svn-id: trunk@28923 -
2014-10-24 22:03:19 +00:00
pierre
5ad5d984ac
Added SUPPORT_REMOTE related labels
...
git-svn-id: trunk@28922 -
2014-10-24 22:02:18 +00:00
pierre
d61152af67
Added SUPPORT_REMOTE related new variables
...
git-svn-id: trunk@28921 -
2014-10-24 21:59:06 +00:00
pierre
e73341550b
SUPPORT_REMOTE improvement
...
git-svn-id: trunk@28920 -
2014-10-24 21:54:37 +00:00
pierre
15746fdcaf
Add RemoteGDBServer, RemoteCopy, RemoteShell, RemoteExecCommand, RemoteSshExecCommand for SUPPORT_REMOTE
...
git-svn-id: trunk@28919 -
2014-10-24 21:53:27 +00:00
pierre
34bf64abd0
Declare MaybeQuoted function in interface
...
git-svn-id: trunk@28918 -
2014-10-24 21:49:58 +00:00
pierre
cfed3e2075
Use PPC_TARGET environment variable for SUPPORT_REMOTE enabled compilation, to allow coexistence of different cpu IDEs in same directory
...
git-svn-id: trunk@28917 -
2014-10-24 21:47:37 +00:00
joost
c00d80abd7
* Correction of r28876, UNITSOUTPUTDIR should be all uppercase
...
git-svn-id: trunk@28878 -
2014-10-19 12:30:24 +00:00
joost
dab0fbc835
* Fix for building IDE on platforms where the conditionalstrings are case-sensitive
...
git-svn-id: trunk@28876 -
2014-10-19 10:16:49 +00:00
marcus
8c5c6588f2
Amiga/AROS/MorphOS: some more path fixed in FV, userscreen for all 3 platforms
...
git-svn-id: trunk@28639 -
2014-09-11 19:03:19 +00:00
Károly Balogh
ab726d665e
IDE: don't spam the strerr with unconditional debug when the ASCII window is open (introduced in r26288)
...
git-svn-id: trunk@28632 -
2014-09-09 00:46:06 +00:00
Károly Balogh
21c8dea451
disable gdbint dependency on Amiga
...
git-svn-id: trunk@28631 -
2014-09-09 00:39:15 +00:00
marcus
ee31b188f6
AMIGA/MorphOS/AROS: corrected pathes in FP-IDE
...
git-svn-id: trunk@28620 -
2014-09-08 16:47:38 +00:00
marcus
1c6696a7fe
FP-IDE: restore bullet, destroyed in last commit
...
git-svn-id: trunk@28564 -
2014-08-31 17:30:45 +00:00
marcus
9b40b6dcc1
AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All
...
git-svn-id: trunk@28561 -
2014-08-31 17:13:30 +00:00
marcus
49b0c18c53
AROS: rtl-console, fv, FP-IDE added
...
git-svn-id: trunk@28552 -
2014-08-31 13:48:16 +00:00
Károly Balogh
da7efb8607
AROS: regenerated Makefiles to support i386-aros
...
git-svn-id: trunk@28438 -
2014-08-17 23:16:47 +00:00
marco
8309a4794d
* updated wording helpfile download, mantis #26517
...
git-svn-id: trunk@28306 -
2014-08-03 11:09:52 +00:00
Tomas Hajny
9b7fdfa8b0
* add possibility of overriding the disabled VESA driver using /VESA
...
git-svn-id: trunk@27799 -
2014-05-17 16:31:51 +00:00
Tomas Hajny
9f56c6ec11
* disable the VESA features by default if running under MS WinNT and above
...
git-svn-id: trunk@27798 -
2014-05-17 16:30:52 +00:00
pierre
cda643cea4
add run time option -novesa for go32v2 os target
...
git-svn-id: trunk@27787 -
2014-05-14 13:44:11 +00:00
pierre
98c7d43c57
Add aix specific options for old Makefile.fpc.fpcmake
...
git-svn-id: trunk@27628 -
2014-04-21 21:51:56 +00:00
pierre
83580077ab
Add aix specific options
...
git-svn-id: trunk@27627 -
2014-04-21 21:48:02 +00:00
pierre
c4620f6d84
Fix assembler condition string failure for powerpc/powerpc64 cpu targets
...
git-svn-id: trunk@27612 -
2014-04-20 17:19:10 +00:00
pierre
9621e43bff
Avoid RTE 219 if compiled with -CR, by using correct common ancestor
...
git-svn-id: trunk@27305 -
2014-03-27 22:55:45 +00:00
pierre
cdac1d23cd
Avoid infinite recursion if symbols and gdb window are displayed while running debuggee
...
git-svn-id: trunk@27284 -
2014-03-25 17:07:07 +00:00
florian
7abbb341a5
* update ide copyright year, patch by Reinier Olislagers, resolves #25833
...
git-svn-id: trunk@27025 -
2014-03-07 21:13:47 +00:00
pierre
d9c663f198
Add -Fl/usr/lib for openbsd target OS, required to find and link C startup objects
...
git-svn-id: trunk@26963 -
2014-03-05 17:07:48 +00:00
yury
73c26bd6be
* mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used.
...
git-svn-id: trunk@26705 -
2014-02-07 12:37:17 +00:00
Tomas Hajny
77967432ef
* always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles
...
git-svn-id: trunk@26641 -
2014-02-01 00:11:09 +00:00
Tomas Hajny
5372bdbb43
* removed gdbint dependency if compiled with NOGDB=1
...
git-svn-id: trunk@26523 -
2014-01-19 22:57:45 +00:00
marco
dea2c743d5
* Initial active version of
...
rtl-extra : objects matrix ucomplex
rtl-objpas: convutil(s) dateutil(s) stdconvs variants varutils
git-svn-id: trunk@26398 -
2014-01-05 19:20:15 +00:00
marco
b2a4b4cfda
* mantis #25278 ascii table and #25239 (redundant help buttons) parts.
...
git-svn-id: trunk@26288 -
2013-12-26 17:14:50 +00:00
marco
104cbc0160
* redundant buttons removed, mantis #25239
...
git-svn-id: trunk@26285 -
2013-12-25 21:10:11 +00:00
florian
2a992bf53c
* patch by Sandro Cumerlato to install auxiliary ide files properly
...
git-svn-id: trunk@26231 -
2013-12-14 21:21:05 +00:00
Károly Balogh
0d43bae95a
Removed some extra directory separators which screwed up the install path on Amiga/MorphOS (// means /../ here)
...
git-svn-id: trunk@26194 -
2013-12-08 02:20:29 +00:00
Jonas Maebe
5f744ff355
* fixed spelling error and updated link where to download the html docs
...
git-svn-id: trunk@26064 -
2013-11-11 22:46:19 +00:00
marco
11800f0804
* hints fixes by AlexL, Mantis #25230
...
git-svn-id: trunk@26059 -
2013-11-11 11:21:08 +00:00
marco
655428a467
* fix for mantis #25202 macpascal->macpas, patch by Thaddy.
...
git-svn-id: trunk@25815 -
2013-10-18 08:40:34 +00:00
nickysn
1bea98995b
* regenerated fpcmake makefiles after r25642
...
git-svn-id: trunk@25644 -
2013-10-05 10:11:27 +00:00
pierre
c92eaebf34
Fix option passing for freebsd ans netbsd, add -Xd for linux also
...
git-svn-id: trunk@25256 -
2013-08-13 14:10:34 +00:00
pierre
415444a3a5
Fix compilation failure if DEBUG conditional is set, which needs regexpr package
...
git-svn-id: trunk@24825 -
2013-06-09 08:31:58 +00:00
joost
df4191acb3
* Handle the location of each package at run-time, not at compilation time
...
* Added a fpmake.pp in the root, to compile the utils and packages in one go
git-svn-id: trunk@24783 -
2013-06-02 17:55:23 +00:00
Károly Balogh
b2729613c2
turn off gdbint for MorphOS
...
git-svn-id: trunk@24750 -
2013-06-01 21:30:07 +00:00
joost
b543f83f59
* Switched IDE to fpmake-building
...
git-svn-id: trunk@24745 -
2013-06-01 18:34:01 +00:00
joost
19d4b8dcd7
* Added fpmake.pp for building the ide
...
git-svn-id: trunk@24740 -
2013-06-01 17:57:28 +00:00
marco
c009679d82
* Clipboard and one occurance of getfullpath fixed for A/W issues.
...
git-svn-id: trunk@24708 -
2013-06-01 12:46:15 +00:00
pierre
5fe15ff08d
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24368 -
2013-04-29 12:37:46 +00:00
florian
3d7033d81e
* Makefiles regenerated
...
git-svn-id: trunk@24325 -
2013-04-25 20:25:57 +00:00
pierre
9720bd8e82
Merge forgotten go32v2 2.6.0 branch changes back into trunk.
...
------------------------------------------------------------------------
r20575 | pierre | 2012-03-22 16:27:57 +0100 (Thu, 22 Mar 2012) | 1 line
Avoid 'Discard file' question inside reset
------------------------------------------------------------------------
r20581 | pierre | 2012-03-22 18:21:34 +0100 (Thu, 22 Mar 2012) | 1 line
* Disable iocheck when closing gdb_file
------------------------------------------------------------------------
git-svn-id: trunk@24227 -
2013-04-12 10:19:38 +00:00
pierre
eeae77bfc2
Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957
...
git-svn-id: trunk@23704 -
2013-03-07 13:55:55 +00:00
yury
23b95a4d70
* Regenerated all makefiles.
...
git-svn-id: branches/targetandroid@23422 -
2013-01-17 11:36:12 +00:00
yury
2fc220cc6c
* Regenerated makefiles.
...
git-svn-id: branches/targetandroid@23410 -
2013-01-16 14:52:36 +00:00
yury
d26f0552a0
* Sync with trunk r23404.
...
* Regenerated makefiles.
git-svn-id: branches/targetandroid@23405 -
2013-01-16 13:21:51 +00:00
florian
99fbb83247
* increased IDE copyright year
...
git-svn-id: trunk@22869 -
2012-10-28 21:27:59 +00:00
Jonas Maebe
8258b99c70
* regenerated with jvm support, so top level 'make clean' works for jvm targets
...
git-svn-id: trunk@22492 -
2012-09-27 21:35:11 +00:00
tom_at_work
810adb2f65
Merge with trunk r22040. Regenerated makefiles.
...
git-svn-id: branches/targetandroid@22046 -
2012-08-09 08:12:34 +00:00
mazen
f6deb01295
* Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814)
...
git-svn-id: trunk@21990 -
2012-07-31 10:37:03 +00:00
pierre
bb7f443c53
Use two parameter version of get_caller_frame
...
git-svn-id: trunk@21896 -
2012-07-12 09:12:02 +00:00
pierre
c89992f6bb
Regenerate after change: Add ../compiler/mips unit directory for mipsel
...
git-svn-id: trunk@21895 -
2012-07-12 09:11:05 +00:00
pierre
2566809146
Add ../compiler/mips unit directory for mipsel
...
git-svn-id: trunk@21894 -
2012-07-12 09:10:39 +00:00
tom_at_work
4150f0a2fb
Rebase with r21814
...
git-svn-id: branches/targetandroid@21815 -
2012-07-07 23:09:20 +00:00
pierre
f2e83b0d7e
* Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long
...
git-svn-id: trunk@21681 -
2012-06-22 19:03:13 +00:00
marco
b70ed0a407
* fix bug #22300 , "C" prefix of configuration file.
...
git-svn-id: trunk@21679 -
2012-06-22 13:31:48 +00:00
marco
8082982d46
* removed single remaining use of a 1.0.x deprecated function.
...
git-svn-id: trunk@21322 -
2012-05-18 12:11:50 +00:00
tom_at_work
77a85b7448
* basic android/x86 support
...
git-svn-id: branches/targetandroid@21296 -
2012-05-14 21:14:12 +00:00
Jonas Maebe
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
...
that deal with paths/filenames with TPathStr (= ansistring) to prevent
cutting off long paths (no change in speed when compiling the compiler,
1% extra memory usage)
git-svn-id: trunk@21120 -
2012-04-29 17:36:23 +00:00
tom_at_work
acbc94e0fd
- initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
...
- basic rtl support using system calls
- fp(c)make/fppkg/makefile support
todo:
- revisit systems/t_android.pas: mostly duplicate with t_linux.pas, containing
lots of unnecessary code
- revisit rtl changes
- android ndk header translation import
- better app build/packaging support
- android/x86 support
git-svn-id: branches/targetandroid@21061 -
2012-04-26 09:36:42 +00:00
pierre
1b3fd997fc
+ Regenerate all Makefiles's after adding x86_64 netbsd target
...
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
pierre
6244671000
Add neednostdlib=1 for netbsd to avoid use of incompatble system libraries
...
git-svn-id: trunk@20906 -
2012-04-18 07:57:48 +00:00
pierre
bd1ae9bdf0
Regenerated after: Add -Xd option for FreeBSD OS
...
git-svn-id: trunk@20860 -
2012-04-13 21:53:50 +00:00
pierre
e59d692c5c
+ Add -Xd option for FreeBSD OS
...
git-svn-id: trunk@20859 -
2012-04-13 21:53:22 +00:00
Jonas Maebe
44bd889b9b
* regenerated Makefiles with AIX support
...
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
pierre
2c4d8cc9d9
Add x86_64-openbsd target in Makefiles
...
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
marco
81035c392d
* fix building IDE by adding fcl-xml and fcl-base
...
Pierre's regen of the makefile with a newer fpcmake probably didn't
propagate indirect dependencies (through CHM) on these packages as a
result of the fpmake system.
git-svn-id: trunk@20450 -
2012-02-29 20:52:18 +00:00
pierre
ff65e7bc9b
Update Makefile for mips-linux support
...
git-svn-id: trunk@20445 -
2012-02-29 11:19:31 +00:00
marco
70e6637b9e
* fix for crash of textmode IDE when loading CHM index that contains empty tags.
...
git-svn-id: trunk@20087 -
2012-01-15 15:42:07 +00:00
florian
25e38983cf
* ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870
...
git-svn-id: trunk@19929 -
2011-12-30 16:36:25 +00:00
pierre
1b4a27ed66
Avoid interactive query when resetting file
...
git-svn-id: trunk@19876 -
2011-12-19 13:03:25 +00:00
pierre
3fcf1f0050
* Do not use InfoLong as size can be different from InfoPtr used in Message
...
git-svn-id: trunk@19844 -
2011-12-13 16:36:15 +00:00
pierre
c25a96bd37
Avoid wrong exitcode 512 of Grep for Unix
...
git-svn-id: trunk@19843 -
2011-12-13 16:33:44 +00:00
pierre
bbc196ac02
Remove junk in test1 source file from alst commit
...
git-svn-id: trunk@19842 -
2011-12-13 15:09:57 +00:00
pierre
470adb22e1
+ Add overloaded Testne function in test1 unit
...
git-svn-id: trunk@19834 -
2011-12-12 16:50:29 +00:00
pierre
4e21fc6373
Recent mingw64 does not seem to provide fctMsvcrtLongJmp
...
git-svn-id: trunk@19833 -
2011-12-12 16:49:49 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
marco
86bbce694e
* copyright updated.
...
git-svn-id: trunk@19599 -
2011-11-06 18:35:31 +00:00
pierre
4366076b29
Add /usr/local/lib library path for FreeBSD and OpenBSD targets
...
git-svn-id: trunk@19592 -
2011-11-03 16:15:08 +00:00
pierre
ed03858129
Add USE_OLD_REGEXPR option for regular expression unit choice
...
git-svn-id: trunk@18898 -
2011-08-29 13:38:13 +00:00
pierre
75650bdf21
+ USE_OLD_REGEXPR added for DEBUG option
...
git-svn-id: trunk@18897 -
2011-08-29 13:36:10 +00:00
pierre
1c2a5f9819
+ Update all Makefile's modified by
...
change in utils/fpcm/fpcmake.ini in prevous commit.
Adapt also other files to that change:
* compiler/globals.pas: Replace $FPCTARGET by os_string if
tf_use_8_3 flag is set for target_info also.
* tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
as TARGETSUFFIX was modified in previous commit.
* tests/utils/dotest.pp:
+ New variable UseOSOnly, set to true if only target OS name
should be used for subdirectories.
git-svn-id: trunk@18228 -
2011-08-16 20:10:19 +00:00
pierre
d2c1010a91
+ NOVESA switch for go32v2 IDE added
...
git-svn-id: trunk@18216 -
2011-08-16 08:29:02 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d
* Regenned all makefiles before 2.6.x branching.
...
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
pierre
b85355636e
* Avoid unitialized VM variable in Preferences method
...
git-svn-id: trunk@17911 -
2011-07-02 07:03:00 +00:00
pierre
14a10ad6cb
+ Add $rbp FrameName for x86_64 CPU
...
git-svn-id: trunk@16662 -
2010-12-30 14:53:57 +00:00
marco
9c4675def5
* cleaning out use of old endianess routines (these are centralized in system since 2.0.x days)
...
git-svn-id: trunk@16621 -
2010-12-23 20:38:56 +00:00
marco
b6a8fb8a5b
* fix for 10758, additional terminal type checked (udev)
...
git-svn-id: trunk@16616 -
2010-12-22 21:20:51 +00:00
marco
49c76bdbfd
* bug #8004 . disable ok button if length(texttosearch)=0 in find dialog
...
git-svn-id: trunk@16615 -
2010-12-22 21:12:27 +00:00
marco
1b107bb4a5
* switch IDE to external linker on win32/64 for now (mingw linking compat)
...
git-svn-id: trunk@16614 -
2010-12-22 19:27:09 +00:00
marco
eed9b88f20
* Modified hint for search/replace again to show what will be done. bug #0010715
...
git-svn-id: trunk@16613 -
2010-12-22 18:39:13 +00:00
marco
de5ca33983
* fix one of two issues in mantis 6326, double click on watch entry invokes edit watch
...
git-svn-id: trunk@16604 -
2010-12-21 08:15:31 +00:00
marco
5f3a312d1b
* paleobug solved, paste from windows now wraps lines to 200 char. Solves #4943
...
git-svn-id: trunk@16600 -
2010-12-19 21:59:21 +00:00
marco
c57c039362
* Update syntaxhighlight settings on desktop load. Partial fix for 5813.
...
git-svn-id: trunk@16587 -
2010-12-18 18:03:31 +00:00
pierre
aaa34343eb
* Try to get win64 to work
...
git-svn-id: trunk@16451 -
2010-11-26 23:32:08 +00:00
pierre
5a58946eb9
+ Add win64 target conditionals
...
git-svn-id: trunk@16413 -
2010-11-23 23:08:09 +00:00
pierre
969c81b60f
* Fix DEBUG go32v2 compilation error
...
git-svn-id: trunk@16356 -
2010-11-17 16:14:08 +00:00