History log of /curl/maketgz (Results 26 – 50 of 80)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d18c5464 10-Oct-2016 Daniel Stenberg

maketgz: make it support "only" generating version info

... to allow you to update the local repository with the given version
number data.


# 358fd328 10-Oct-2016 Daniel Stenberg

dist: remove PDF and HTML converted docs from the releases


Revision tags: curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1, curl-7_49_0
# 1d7df9ed 22-Mar-2016 Daniel Stenberg

maketgz: add -j to make dist

... makes it a lot faster


Revision tags: curl-7_48_0, curl-7_47_1
# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


Revision tags: curl-7_47_0
# b9da2cfe 24-Jan-2016 Daniel Stenberg

maketgz: generate date stamp with LC_TIME=C

bug: http://curl.haxx.se/mail/lib-2016-01/0123.html


Revision tags: curl-7_46_0, curl-7_45_0, curl-7_44_0
# bdd8cf47 30-Jul-2015 Steve Holme

maketgz: Fixed some VC makefiles missing from the release tarball

VC7, VC11, VC12 and VC14 makefiles were missing from the release
tarball.


Revision tags: curl-7_43_0
# 3a973517 23-May-2015 Daniel Stenberg

log2changes.pl: moved to scripts/


Revision tags: curl-7_42_1, curl-7_42_0, curl-7_41_0, curl-7_40_0, curl-7_39_0
# 006b61eb 12-Sep-2014 Ray Satiro

newlines: fix mixed newlines to LF-only

I use the curl repo mainly on Windows with the typical Windows git
checkout which converts the LF line endings in the curl repo to CRLF
automa

newlines: fix mixed newlines to LF-only

I use the curl repo mainly on Windows with the typical Windows git
checkout which converts the LF line endings in the curl repo to CRLF
automatically on checkout. The automatic conversion is not done on files
in the repo with mixed line endings. I recently noticed some weird
output with projects/build-openssl.bat that I traced back to mixed line
endings, so I scanned the repo and there are files (excluding the
test data) that have mixed line endings.

I used this command below to do the scan. Unfortunately it's not as easy
as git grep, at least not on Windows. This gets the names of all the
files in the repo's HEAD, gets each of those files raw from HEAD, checks
for mixed line endings of both LF and CRLF, and prints the name if
mixed. I excluded path tests/data/test* because those can have mixed
line endings if I understand correctly.

for f in `git ls-tree --name-only --full-tree -r HEAD`;
do if [ -n "${f##tests/data/test*}" ];
then git show "HEAD:$f" | \
perl -0777 -ne 'exit 1 if /([^\r]\n.*\r\n)|(\r\n.*[^\r]\n)/';
if [ $? -ne 0 ];
then echo "$f";
fi;
fi;
done

show more ...


Revision tags: curl-7_38_0, curl-7_37_1, curl-7_37_0
# f01e7e08 18-May-2014 Daniel Stenberg

maketgz: two more CRLF

grrr, missed them in my previous fix


# 7c0e67c8 18-May-2014 Daniel Stenberg

maketgz: remove CRLF newlines


# 8e6f42a7 17-May-2014 Daniel Stenberg

maketgz: run make vc-ide before make dist

To get the VC project files generated before packaging!


Revision tags: curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0, curl-7_32_0, curl-7_31_0
# da06ac7f 18-Apr-2013 Daniel Stenberg

maketgz: make bzip2 creation work with Parallel BZIP2 too

Apparently the previous usage didn't work with that implementation,
while this updated version works with at least both Parallel

maketgz: make bzip2 creation work with Parallel BZIP2 too

Apparently the previous usage didn't work with that implementation,
while this updated version works with at least both Parallel BZIP2
v1.1.8 and regular bzip "Version 1.0.6, 6-Sept-2010".

show more ...


Revision tags: curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0
# 919c97fa 06-Apr-2012 Yang Tse

curl tool: use configuration files from lib directory

Configuration files such as curl_config.h and all config-*.h no longer exist
nor are generated/copied into 'src' directory, now thes

curl tool: use configuration files from lib directory

Configuration files such as curl_config.h and all config-*.h no longer exist
nor are generated/copied into 'src' directory, now these only exist in 'lib'
directory from where curl tool sources uses them.

Additionally old src/setup.h has been refactored into src/tool_setup.h which
now pulls lib/setup.h

The possibility of a makefile needing an include path adjustment exists.

show more ...


Revision tags: curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0
# f7bfdbab 06-Oct-2011 Yang Tse

curl tool: reviewed code moved to tool_*.[ch] files


Revision tags: curl-7_22_0
# f0fae85a 05-Aug-2011 Yang Tse

keep a single copy of config-win32.h in version control repository.

maketgz and buildconf.bat updated to reflect this.


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2
# 864d5add 01-Sep-2010 Guenter Knauf

Added some hacks in order to build with VC from git.

Adam Light posted this patch to the list which enables builds from
git with VC versions other than vc6; also he added a vc10 target.


Revision tags: curl-7_21_1
# 1182c8bd 21-Jun-2010 Daniel Stenberg

maketgz: produce CHANGES automatically with the 1000 most recent commits

It passes the git log output through 'log2changes.pl' to produce
the lot.


Revision tags: curl-7_21_0, curl-7_20_1
# be28825b 24-Mar-2010 Daniel Stenberg

restore executable bits on some files


# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# 1609685f 21-Mar-2010 Daniel Stenberg

various changes of CVS to git


# a07bc791 14-Feb-2010 Yang Tse

removed trailing whitespace


Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6
# f671d051 14-Jul-2009 Gunter Knauf

renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.


Revision tags: curl-7_19_5, curl-7_19_4
# 3a7e8c9f 23-Feb-2009 Daniel Stenberg

lzma compressed tarballs too for some testing, it does produce MUCH smaller
files


# 607253c2 30-Jan-2009 Daniel Stenberg

Truly make sure that the vc8 and vc9 makefiles that are generated get included
in the release archive - by using our .dist suffix trick.


Revision tags: curl-7_19_3
# f7e3bd28 11-Jan-2009 Daniel Stenberg

- Karl M brought the patch that creates vc9 Makefiles, and I made 'maketgz'
now use the actual makefile targets to do the VC8 and VC9 makefiles.


1234