Viktor Szakats
f7aa07fba3
2013-03-21 19:00 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* utils/hbmk2/hbmk2.prg
+ when running a script with hbrun/hbmk2 form cmdline,
show an error if it's not found instead of launching
the interactive menu.
* doc/en/tbrowse.txt
! minor, for testing commits
2013-03-21 19:02:24 +01:00
Viktor Szakats
906ece32e2
fixed F_ERROR usage, unicode fix, #if 0, cleanups
2013-03-21 13:10:30 +01:00
Viktor Szakats
dd733c3806
2013-03-21 12:40 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* contrib/hbtip/client.prg
* contrib/hbtip/ftpcli.prg
* use F_ERROR
+ added TOFIX for unhandled FOpen()/FCreate() error
2013-03-21 12:41:12 +01:00
Viktor Szakats
945b38fddd
2013-03-21 12:20 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* src/pp/hbpp.c
! bcc warning
* less empty lines in generated .h
2013-03-21 12:21:15 +01:00
Viktor Szakats
1711d7be38
deleted empty lines
2013-03-21 01:42:06 +01:00
Viktor Szakats
79ac891847
fixed missed sysloc detection causing RTE in hbrun mode when running scripts using #request to .hbc files with libpath references in some cases
2013-03-20 16:32:39 +01:00
Viktor Szakats
9c83fa6d90
added new ways of following commits, including e-mail. Section moved to unstable source section.
2013-03-20 14:53:24 +01:00
Viktor Szakats
4d8453d1a7
use hb_keyChar(), some other corrections
2013-03-20 12:13:14 +01:00
Viktor Szakats
8c6f90cc84
Revert "Revert "2013-03-20 00:48 UTC+0100 Viktor Szakats (harbour syenar.net)""
...
This reverts commit bb777c776c .
2013-03-20 00:51:40 +01:00
Viktor Szakats
bb777c776c
Revert "2013-03-20 00:48 UTC+0100 Viktor Szakats (harbour syenar.net)"
...
This reverts commit 39e0af0465 .
2013-03-20 00:50:55 +01:00
Viktor Szakats
39e0af0465
2013-03-20 00:48 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* config/postinst.hb
* utils/hbmk2/hbmk2.prg
% string forming optimizations
* doc/en/tlabel.txt
* doc/en/treport.txt
* made filename usage clear
* README.txt
+ added new OpenSSL documentation wiki
2013-03-20 00:50:11 +01:00
Viktor Szakats
2a27fccbea
added links where commits can be followed
2013-03-19 14:18:38 +01:00
Viktor Szakats
24f82d4a5d
2013-03-19 02:42 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* doc/howtorep.txt
* minor casing
* src/vm/dlmalloc.c
* src/vm/hvm.c
! fixed mingw -Wstrict-prototypes warnings
2013-03-19 02:43:35 +01:00
Pritpal Bedi
575388299a
Omitted ChangeLog entry.
2013-03-18 17:39:25 -07:00
Pritpal Bedi
40144dc402
TIPClientHTTP - Added method delete() to post the http verb DELETE required for RESTful implementations.
2013-03-18 16:59:27 -07:00
Viktor Szakats
13297d34e9
silly regression in 2013-02-17 12:43 UTC+0100 causing -icon= option to stop working. Thanks to Pritpal for reporting.
2013-03-19 00:15:47 +01:00
Viktor Szakats
1071ec391c
Merge https://github.com/vszakats/harbour-core
...
After resolving conflict in ChangeLog.txt
and closing pull request #3
2013-03-18 23:54:17 +01:00
vszakats
b99cc9649c
documented Git 1.7 requirement
2013-03-18 23:47:03 +01:00
Viktor Szakats
890b182a38
! fixed not to double each doc entry
...
* cleanups
2013-03-18 22:18:10 +01:00
Viktor Szakats
c6f10790d8
cleanups
2013-03-18 21:52:57 +01:00
Viktor Szakats
20d209c502
doc cleanups
2013-03-18 19:03:34 +01:00
Viktor Szakats
b2479a3838
Twitter working ok. Test file deleted.
2013-03-18 18:30:44 +01:00
Viktor Szakats
1a351eb225
commit for checking Twitter notifications
2013-03-18 18:29:24 +01:00
Viktor Szakats
7c816710f2
fixed cairo_pattern_get_radial_points() to cairo_pattern_get_radial_circles() after pull request #2
2013-03-18 17:23:18 +01:00
Viktor Szakats
131a06bf5d
uncrustified after pull request #2
2013-03-18 17:14:25 +01:00
Szakáts Viktor
664ff47bf5
formatting
2013-03-18 17:10:53 +01:00
Szakáts Viktor
6b05b3e134
keep alphabetical order of sources
2013-03-18 17:10:18 +01:00
Szakáts Viktor
5043376a15
Merge pull request #2 from oscarhdezsz/dev/oscarhdezsz/hbcairo/pattern
...
Dev/oscarhdezsz/hbcairo/pattern
2013-03-18 09:08:40 -07:00
oscarhdezsz
212cfd0c1e
Fix cairo_pattern_get_surface
2013-03-18 15:57:38 +00:00
oscarhdezsz
5a7ff2abe6
Fix hb_stord to hb_stornd
2013-03-18 15:07:41 +00:00
Viktor Szakats
93a97df51a
fixes #1 (test issue)
2013-03-18 14:17:55 +01:00
Viktor Szakats
84a404a1f9
formatting
2013-03-18 01:27:41 +01:00
Viktor Szakats
9b36ff7f99
added GitHub client links (Mac/Windows)
2013-03-18 00:28:07 +01:00
oscarhdezsz
f1b3a65ccf
Fixes and suggestions by Viktor Szakats
...
- HB_ISBYREF() is not needed when you're calling hb_stor*() functions.
- Declare always CAIRO_IMAGE_SURFACE_CREATE_FOR_DATA and
CAIRO_IMAGE_SURFACE_CREATE.
- Update hbcairo.hbx and align case.
2013-03-17 23:21:07 +00:00
Viktor Szakats
69c60e9ef3
automatically use the git username and e-mail in the generated ChangeLog.txt entries
2013-03-18 00:10:57 +01:00
oscarhdezsz
e32a8d1361
Add pattern support to hbcairo
2013-03-17 23:10:08 +00:00
Viktor Szakats
4b077bd8cf
updated for Git
2013-03-18 00:02:08 +01:00
vszakats
ab5144e65c
fixed to always define .prg level CAIRO_IMAGE_SURFACE_CREATE()
2013-03-17 23:04:47 +01:00
vszakats
a91e505c8b
cleanups to $EXAMPLES$
2013-03-17 21:59:19 +01:00
vszakats
f3291fa597
renamed non-entry modules to have a '_' prefixed filename
2013-03-17 21:48:49 +01:00
vszakats
ff2078e040
2013-03-17 21:46 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* README.txt
+ added wikipedia article link
* extras/hbdoc/genhtml.prg
* extras/hbdoc/genxml.prg
* extras/hbdoc/hbdoc.hbp
* extras/hbdoc/hbdoc.prg
* extras/hbdoc/tmplates.prg
+ can now be run as script
! fixed to not chop off left columns of examples and tests
* synced banner function with utils
* use strings instead of ASCII values to represent them
! fixed source directory reference
! close some unclosed HTML tags
* doc/en/menu.txt
* cleanup
* doc/en/file.txt
* doc/en/hbflock.txt
* doc/en/memo.txt
* doc/en/string.txt
* deleted faulty 64K limit information
* extras/httpsrv/cgifunc.prg
* extras/httpsrv/uhttpd.hbp
* extras/httpsrv/uhttpd.ini
* extras/httpsrv/uhttpd.prg
* instead of HRBMAIN() start whatever is the first public
function in external script modules
+ uhttpd can now be run as script
* minor cleanups
+ extras/httpsrv/logs/empty
+ added empty directory to avoid error on startup of uhttpd
2013-03-17 21:46:39 +01:00
vszakats
4e04321b22
deleted website updater script. no longer needed with GitHub
2013-03-17 16:07:05 +01:00
vszakats
9fd7401acd
updated repo name
2013-03-17 16:06:22 +01:00
vszakats
cc7948fab3
minor formatting
2013-03-17 14:52:45 +01:00
vszakats
36e3c04883
2013-03-17 10:21 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* .gitattributes
+ added .md
* contrib/hbrun/hbrun.md
* utils/hbmk2/hbmk2.prg
* show 'hbrun' instead of 'hbmk2' when outputting
hbrun help
2013-03-17 10:24:51 +01:00
vszakats
7d639a61ea
+ added links to hbmk2 and hbrun help
...
* replaced hbmk2 -help with web link for it
2013-03-16 18:47:53 +01:00
vszakats
1bf4ab8423
* minor correction to a help item
...
* added note about accepted dirsep types
2013-03-16 18:43:40 +01:00
vszakats
506a8843f3
added prompt to examples cmds
2013-03-16 18:28:45 +01:00
vszakats
cd55ab7951
2013-03-16 18:25 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* utils/hbmk2/hbmk2.prg
+ added options (-longhelpmdsh) to generate hbrun .md help
+ contrib/hbrun/hbrun.md
+ added .md help for hbrun
(generated using hbmk2 -longhelpmdsh > hbrun.md)
2013-03-16 18:26:38 +01:00
vszakats
0bafae75e4
added .md help for hbmk2 (generated using hbmk2 -longhelpmd > hbmk2.md)
2013-03-16 18:21:02 +01:00