79ac891847
fixed missed sysloc detection causing RTE in hbrun mode when running scripts using #request to .hbc files with libpath references in some cases
Viktor Szakats
2013-03-20 16:32:39 +01:00
9c83fa6d90
added new ways of following commits, including e-mail. Section moved to unstable source section.
Viktor Szakats
2013-03-20 14:53:24 +01:00
4d8453d1a7
use hb_keyChar(), some other corrections
Viktor Szakats
2013-03-20 12:13:14 +01:00
8c6f90cc84
Revert "Revert "2013-03-20 00:48 UTC+0100 Viktor Szakats (harbour syenar.net)""
Viktor Szakats
2013-03-20 00:51:40 +01:00
bb777c776c
Revert "2013-03-20 00:48 UTC+0100 Viktor Szakats (harbour syenar.net)"
Viktor Szakats
2013-03-20 00:50:55 +01:00
40144dc402
TIPClientHTTP - Added method delete() to post the http verb DELETE required for RESTful implementations.
Pritpal Bedi
2013-03-18 16:59:27 -07:00
13297d34e9
silly regression in 2013-02-17 12:43 UTC+0100 causing -icon= option to stop working. Thanks to Pritpal for reporting.
Viktor Szakats
2013-03-19 00:15:47 +01:00
064c22823f
Merge pull request #1 from harbour/master
Szakáts Viktor
2013-03-18 15:58:07 -07:00
890b182a38
! fixed not to double each doc entry * cleanups
Viktor Szakats
2013-03-18 22:18:10 +01:00
c6f10790d8
cleanups
Viktor Szakats
2013-03-18 21:52:57 +01:00
20d209c502
doc cleanups
Viktor Szakats
2013-03-18 19:03:34 +01:00
b2479a3838
Twitter working ok. Test file deleted.
Viktor Szakats
2013-03-18 18:30:44 +01:00
1a351eb225
commit for checking Twitter notifications
Viktor Szakats
2013-03-18 18:29:24 +01:00
7c816710f2
fixed cairo_pattern_get_radial_points() to cairo_pattern_get_radial_circles() after pull request #2
Viktor Szakats
2013-03-18 17:23:18 +01:00
131a06bf5d
uncrustified after pull request #2
Viktor Szakats
2013-03-18 17:14:25 +01:00
664ff47bf5
formatting
Szakáts Viktor
2013-03-18 17:10:53 +01:00
6b05b3e134
keep alphabetical order of sources
Szakáts Viktor
2013-03-18 17:10:18 +01:00
5043376a15
Merge pull request #2 from oscarhdezsz/dev/oscarhdezsz/hbcairo/pattern
Szakáts Viktor
2013-03-18 09:08:40 -07:00
32d3124da7
typo and testing commit author
vszakats
2013-03-16 13:08:19 +01:00
3c130f2d86
do not generate VCS id header
Viktor Szakats
2013-03-16 12:53:23 +01:00
7a00912755
2013-03-16 12:15 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.*.po * utils/hbmk2/hbmk2.prg * changed order of VCS systems in help
vszakats
2013-03-16 12:16:16 +01:00
fff340897e
2013-03-16 12:10 UTC+0100 Viktor Szakats (harbour syenar.net) * README.txt * minor to git clone
vszakats
2013-03-16 12:11:13 +01:00
6c3070d8b6
2013-03-16 04:51 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk ! fixed to not try to query git information and fail, when run in a source snapshot
vszakats
2013-03-16 04:52:47 +01:00
6dc4df96dd
2013-03-16 04:42 UTC+0100 Viktor Szakats (harbour syenar.net) * package/updt_web_nightly.sh + use curl instead of wget
vszakats
2013-03-16 04:43:05 +01:00
695168cb47
2013-03-16 03:40 UTC+0100 Viktor Szakats (harbour syenar.net) + package/mpkg_src.sh + readded script which is required by other pkg scripts + implemented git support % svn related stuff (some inactive) deleted
vszakats
2013-03-16 03:42:30 +01:00
0443cf6380
2013-03-16 02:13 UTC+0100 Viktor Szakats (harbour syenar.net) * package/updt_web_nightly.sh ! fixed to oversights after git update % be less verbose on download
vszakats
2013-03-16 02:14:31 +01:00
9687850865
2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net) * (all files) * stripped svn header * minor cleanups ; use following command to find out the history of files: git log git log --follow git blame git annotate
vszakats
2013-03-16 02:11:42 +01:00
cf83e38242
2013-03-15 17:31 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + replaced HBRawVersion() with better implementation
vszakats
2013-03-15 17:32:17 +01:00
a4db48b97c
2013-03-15 16:40 UTC+0100 Viktor Szakats (harbour syenar.net) * src/pp/hbpp.c + changed to form the "revision" number from last ChangeLog.txt entry's date/time. Revision will now be a 32-bit number, f.e. this revision: 1303151640 (YYMMDDhhmm). It will be the value returned by __HARBOUR__. This can be further formatted for better readability, as: '130315.1640'
vszakats
2013-03-15 16:45:23 +01:00
ebb41c7b92
2013-03-15 15:47 UTC+0100 Viktor Szakats (harbour syenar.net) * src/pp/hbpp.c * fall-back to revision 0 if there is no numeric revision information in ChangeLog header (for Git) Revision is useful, so maybe we should go with one formed from date/time: YYMMDDhhmm -> '130315.1547' this is quite universal and has some advantages over sequential nr.
vszakats
2013-03-15 15:49:50 +01:00
5996e280b5
2013-03-15 15:17 UTC+0100 Viktor Szakats (harbour syenar.net) * doc/howtorep.txt - deleted section dealing with svn IDs and svn props. no longer needed.
vszakats
2013-03-15 15:18:34 +01:00
2c95f68419
2013-03-15 13:57 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.hbp * utils/hbmk2/hbmk2.prg * utils/hbmk2/hbmk2.rc * utils/hbmk2/Makefile * utils/hbmk2/pkg_dynl.hbm * utils/hbmk2/pkg_inst.hbm * deleted svn headers + added new hbmk2/hbrun option -viewhelp, which will redirect the long help to a file and open it in the default text viewer application
vszakats
2013-03-15 13:58:21 +01:00
bc3f4358e5
2013-03-15 12:41 UTC+0100 Viktor Szakats (harbour syenar.net) * README.txt * cleanups to link descriptions
vszakats
2013-03-15 12:41:33 +01:00
d6c0cd5514
2013-03-15 12:28 UTC+0100 Viktor Szakats (harbour syenar.net) * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.nsi * updated project development page to point to github
vszakats
2013-03-15 12:29:30 +01:00
f32fbc6d37
2013-03-15 12:25 UTC+0100 Viktor Szakats (harbour syenar.net) * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.nsi ! updated defunct source timeline links in Windows "start menu" shortcuts
vszakats
2013-03-15 12:26:04 +01:00
0def274148
2013-03-15 11:34 UTC+0100 Viktor Szakats (harbour syenar.net) * README.txt * tweak to git raw links
vszakats
2013-03-15 11:35:01 +01:00
58a68b2161
2013-03-15 11:25 UTC+0100 Viktor Szakats (harbour syenar.net) - website/* - deleted website source, now stored inside this separate git repository: https://github.com/harbour/website
vszakats
2013-03-15 11:25:54 +01:00
60fa4abd5b
2013-03-15 11:17 UTC+0100 Viktor Szakats (harbour syenar.net) * README.txt * deleted 'harbour' top dirs
Viktor Szakats
2013-03-15 11:17:16 +01:00
df62f56dcc
2013-03-15 11:14 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/commit.hb * deleted hack that was required to handle 'harbour' top dir
vszakats
2013-03-15 11:15:06 +01:00
a4a357a18b
2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net) * /harbour/* -> /* * moved whole Harbour source tree one level up to avoid single 'harbour' top dir
vszakats
2013-03-15 11:13:30 +01:00
e064276c9e
2013-03-15 11:02 UTC+0100 Viktor Szakats (harbour syenar.net) * .gitattributes + enabled keyword expansion for ChangeLog.txt
vszakats
2013-03-15 11:03:26 +01:00
161e99309f
2013-03-14 18:36 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed to not issue warning about missing sign tool if signing was not requested, plus, related optimization
vszakats
2013-03-14 22:35:16 +01:00
a488097063
syncing with SVN + .bat EOL changes implied by git itself
vszakats
2013-03-14 19:31:15 +01:00
e71b566df8
entry headers
Viktor Szakats
2013-03-13 16:02:02 +00:00
4f27df81ae
2013-03-13 02:20 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwgud.c * contrib/gtwvg/gtwvgd.c ! fixed to use K_ESC instead of literals after 2013-03-12 18:06 UTC-0800
Viktor Szakats
2013-03-13 01:21:21 +00:00
c7dbbca192
2013-03-12 18:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwgud.c * contrib/gtwvg/gtwvgd.c ! Fixed: reverted parts of last wreckless commit without checking the changes. Sorry, I must be more attentive next time.
Pritpal Bedi
2013-03-13 01:08:51 +00:00
040db982fb
2013-03-13 00:09 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! do not issue pointless pair warning for -rebuildall, it may be useful because it applies to subprojects
Viktor Szakats
2013-03-12 23:12:02 +00:00
a665fe7259
2013-03-12 23:42 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + smarter help output requiring less manual tweaking, allowing the same and narrower first column for all sections * minor cleanups
Viktor Szakats
2013-03-12 22:45:34 +00:00
d34bbd6ca3
2013-03-12 13:29 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbstrfmt.c ! fixed GPF regression after 2013-02-12 12:49 UTC+0100 when parameter was missing for d, x, X, f types
Viktor Szakats
2013-03-12 12:33:03 +00:00
acd703ceb7
2013-03-11 18:43 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/xhb/dbf2txt.c ! missing header after 2013-03-08 13:32 UTC+0100
Viktor Szakats
2013-03-11 17:45:21 +00:00
d536c34dfc
2013-03-11 16:26 UTC+0100 Viktor Szakats (vszakats syenar.net) * contrib/hbnf/doc/en/*.txt * tests/browse.prg * tests/db_brows.prg * tests/extend1.prg * website/samples/browse.prg.html * date cleanups
Viktor Szakats
2013-03-11 15:27:38 +00:00