florian
76b86e8797
* copyright year updated
...
(cherry picked from commit 7bb9638094 )
# Conflicts:
# compiler/msg/errord.msg
2024-01-20 21:16:23 +01:00
florian
313d9fc9f7
* copyright for 2023 updated
...
(cherry picked from commit f4d9082028 )
# Conflicts:
# compiler/msg/errord.msg
# compiler/msgtxt.inc
2024-01-20 21:15:12 +01:00
florian
0a2bfb3765
* year of copyright updated to 2022
...
(cherry picked from commit 6dd0a1c078 )
# Conflicts:
# compiler/msg/errord.msg
# compiler/msg/errordu.msg
# compiler/msgtxt.inc
2024-01-20 21:14:21 +01:00
marco
94894e7f79
--- Merging r48432 into '.':
...
U compiler/msg/errorct.msg
C compiler/msg/errord.msg
U compiler/msg/errorda.msg
C compiler/msg/errordu.msg
U compiler/msg/errore.msg
U compiler/msg/errores.msg
U compiler/msg/errorf.msg
U compiler/msg/errorfi.msg
U compiler/msg/errorhe.msg
U compiler/msg/errorheu.msg
U compiler/msg/errorid.msg
U compiler/msg/erroriu.msg
U compiler/msg/errorn.msg
U compiler/msg/errorpl.msg
U compiler/msg/errorpli.msg
U compiler/msg/errorpt.msg
U compiler/msg/errorptu.msg
U compiler/msg/errorr.msg
U compiler/msg/errorru.msg
U compiler/msg/errorues.msg
U compiler/msgtxt.inc
--- Recording mergeinfo for merge of r48432 into '.':
U .
Summary of conflicts:
Text conflicts: 2
# revisions: 48432
r48432 | florian | 2021-01-26 23:03:17 +0100 (Tue, 26 Jan 2021) | 1 line
Changed paths:
M /trunk/compiler/msg/errorct.msg
M /trunk/compiler/msg/errord.msg
M /trunk/compiler/msg/errorda.msg
M /trunk/compiler/msg/errordu.msg
M /trunk/compiler/msg/errore.msg
M /trunk/compiler/msg/errores.msg
M /trunk/compiler/msg/errorf.msg
M /trunk/compiler/msg/errorfi.msg
M /trunk/compiler/msg/errorhe.msg
M /trunk/compiler/msg/errorheu.msg
M /trunk/compiler/msg/errorid.msg
M /trunk/compiler/msg/erroriu.msg
M /trunk/compiler/msg/errorn.msg
M /trunk/compiler/msg/errorpl.msg
M /trunk/compiler/msg/errorpli.msg
M /trunk/compiler/msg/errorpt.msg
M /trunk/compiler/msg/errorptu.msg
M /trunk/compiler/msg/errorr.msg
M /trunk/compiler/msg/errorru.msg
M /trunk/compiler/msg/errorues.msg
M /trunk/compiler/msgtxt.inc
* updated copyright year to 2021
git-svn-id: branches/fixes_3_2@49309 -
2021-05-01 12:09:53 +00:00
marco
d1070172f8
* merged 44008,44009, but due to conflicts ran it manually.
...
git-svn-id: branches/fixes_3_2@44014 -
2020-01-22 10:52:00 +00:00
marco
b1678f80c7
* some copyright updates, mantis #33208
...
git-svn-id: trunk@38314 -
2018-02-22 19:15:12 +00:00
nickysn
c0413a9179
+ added codepage info (not used by the compiler yet) to the compiler .msg files
...
git-svn-id: trunk@36448 -
2017-06-08 15:44:04 +00:00
florian
466d26b5ef
* copyright notice updated to 2017
...
git-svn-id: trunk@35234 -
2017-01-04 21:32:19 +00:00
Károly Balogh
b0ca7e9594
show AT&T and Intel style assembler switches in i8086 and x86_64 help text. also fix Motorola name initials at several places for 68k
...
git-svn-id: trunk@34081 -
2016-07-06 13:34:38 +00:00
florian
f01edc0a57
* copyright message updated to 2016
...
git-svn-id: trunk@33249 -
2016-03-13 19:37:57 +00:00
florian
9b6b029ca1
* patch by Yuri Zaporozhets to fix typos in text messages, resolves #27250
...
git-svn-id: trunk@29396 -
2015-01-04 20:46:36 +00:00
florian
2c26c35eb6
* updated copyright year to 2015
...
+ added "and others" if translation was not updated yet
git-svn-id: trunk@29383 -
2015-01-04 15:26:29 +00:00
florian
76b2074e59
* updated year in logo from 2013 to 2014
...
git-svn-id: trunk@26841 -
2014-02-22 15:58:03 +00:00
paul
8d526e9b07
compiler: add a check for srsym <> nil since try_consume_unitsym may change srsym to nil, better error message
...
git-svn-id: trunk@25423 -
2013-09-05 08:39:10 +00:00
Tomas Hajny
b11a2b169a
* fixed inconsistent license files references
...
git-svn-id: trunk@20763 -
2012-04-08 20:00:45 +00:00
Tomas Hajny
20ebbefc2b
* e-mail address for reporting bugs is not valid since long time ago
...
git-svn-id: trunk@20746 -
2012-04-07 16:31:08 +00:00
florian
f4af507321
* inline is only a hint to the compiler which might be ignored so throw only a hint and not a warning if subroutine cannot be inlined
...
git-svn-id: trunk@20626 -
2012-03-25 14:19:45 +00:00
florian
736071e716
* updated copyright to 2011
...
* corrected copyright notice in message files and added "and others"
git-svn-id: trunk@17232 -
2011-04-02 20:06:46 +00:00
paul
3c6fde4acc
compiler: rename parser_e_constructors_always_objects message to parser_e_only_methods_allowed and extended the meaning it has, don't allow class constructors to be declared outside the class/record + test
...
git-svn-id: trunk@16626 -
2010-12-24 06:41:41 +00:00
mazen
b127fc154a
* Fixed spell error revealed by lintian.
...
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +00:00
Jonas Maebe
9bfb20c7eb
* fixed execinfo message numbers (patch by A. Klein, mantis #16189 )
...
git-svn-id: trunk@15113 -
2010-04-05 12:22:43 +00:00
paul
8166148a37
compiler: 'static' keyword:
...
- deprecate -St compiler switch
- remove $STATIC directive
- unconditionally enable 'static' keyword usage
- adopt tests, samplecfg, fpc.cft, error messages
git-svn-id: trunk@14569 -
2010-01-07 19:02:09 +00:00
Tomas Hajny
29f0a1096c
* add reference to the bug tracker rather than just an e-mail address
...
git-svn-id: trunk@12833 -
2009-02-28 23:13:36 +00:00
florian
d511f8d84e
* year of copyright updated
...
git-svn-id: trunk@12789 -
2009-02-25 15:44:20 +00:00
florian
427d35e816
* updated also 2006 copyright strings
...
git-svn-id: trunk@10734 -
2008-04-20 08:35:06 +00:00
Tomas Hajny
590ad5b516
* the last forgotten Mircosoft ;-)
...
git-svn-id: trunk@4367 -
2006-08-06 09:44:43 +00:00
Tomas Hajny
7d10f5aec3
* $FPCVER->$FPCVERSION, $FPCFULLVERSION in logo, copyright
...
git-svn-id: trunk@4124 -
2006-07-08 14:11:42 +00:00
Tomas Hajny
98721d30f4
* bugrep -> bugs
...
git-svn-id: trunk@3982 -
2006-06-27 21:46:06 +00:00
florian
844e78b401
* error corrections for message files from Karl-Michael Schindler
...
git-svn-id: trunk@2217 -
2006-01-08 09:18:08 +00:00
Tomas Hajny
614b6a3816
* fix of buggy output for -? with path containing underscore
...
git-svn-id: trunk@1768 -
2005-11-16 18:47:29 +00:00
peter
4ace790492
* remove $Log
...
git-svn-id: trunk@231 -
2005-06-07 09:47:55 +00:00
fpc
50778076c3
initial import
...
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
armin
354004d803
* target netwlibc added (libc is preferred for newer netware versions)
2004-09-04 21:18:47 +00:00
armin
0795cf556b
* replaced experimental with clib for netware
2003-03-25 18:23:34 +00:00
Tomas Hajny
8e7124f9f8
+ emx target added
2003-03-23 23:11:17 +00:00
carl
76de8f06d4
* fix spelling mistakes (patch from Mazen)
2002-07-06 20:45:52 +00:00
carl
eb09d6061c
- remove go32v1 support
2002-03-28 20:46:44 +00:00
peter
bf7400c7cf
* moved *.msg to msg/ dir
2001-03-10 13:42:19 +00:00