Use uintptr_t instead of int as the integer format of pthread_t.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@14
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid name conflict.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@13
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Forgot to add file for the previous change...
Add InstallFailureSignalHandler(). The function installs a signal handler that will dump useful information when the program crashes on certain signals such as SIGSEGV.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@12
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Add InstallFailureSignalHandler(). The function installs a signal handler that
will dump useful information when the program crashes on certain signals such
as SIGSEGV.
Also, changed the version of autoconf (2.59 => 2.61).
git-svn-id: https://google-glog.googlecode.com/svn/trunk@11
eb4d4688-79bd-11dd-afb4-
1d65580434c0
ChangeLogs for glog 0.1.1.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@10
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Use abort instead of exit.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@9
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Fix a bug: vmodule didn't work with gflags. Since
gflags isn't initialized when REGISTER_MODULE_INITIALIZER is invoked,
we couldn't initialize vmodule_list properly. Modified to call
VLOG2Initializer in the first call of InitVLOG3__.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@8
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Use dladdr to get symbols for environments which doesn't use ELF and
has execinfo.h (e.g., MacOSX 10.5). Though dladdr may not be async
signal safe, it's OK since glog's stacktrace doesn't depend on signals.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@7
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Add __attribute__((noinline)) for StackGrowsDown. This is necessary for recent GCC (4.3).
git-svn-id: https://google-glog.googlecode.com/svn/trunk@6
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Fix the include paths in the document: s/google/glog/.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@5
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Fix some syntax/HTML issues.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@4
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Modify the content type for the document files.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@3
eb4d4688-79bd-11dd-afb4-
1d65580434c0
glog 0.1
git-svn-id: https://google-glog.googlecode.com/svn/trunk@2
eb4d4688-79bd-11dd-afb4-
1d65580434c0
Initial directory structure.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@1
eb4d4688-79bd-11dd-afb4-
1d65580434c0