Witold Filipczyk
|
5f56b97a34
|
[event] const char *name
|
2022-01-30 15:08:45 +01:00 |
|
Witold Filipczyk
|
a579526325
|
[main] cast
|
2022-01-25 18:16:12 +01:00 |
|
Witold Filipczyk
|
be8a030fa7
|
[mem_realloc] cast return value
|
2022-01-16 19:38:30 +01:00 |
|
Witold Filipczyk
|
5a14b61c0d
|
[register] Drop register
Compilers are smart and don't need such hints.
|
2021-12-03 12:34:00 +01:00 |
|
Witold Filipczyk
|
d20216cf53
|
[hash] const char *
|
2021-03-03 14:12:31 +01:00 |
|
Witold Filipczyk
|
0fea79cc8f
|
[cflags] Removed -Wno-pointer-sign
Likely some new bugs were introduced by this change.
The long term goal is clean compilation by g++.
|
2021-01-02 16:20:27 +01:00 |
|
Felix Janda
|
336e596a83
|
Rename VA_COPY to va_copy
With this, the C99 standard macro va_copy is used when available
instead of the prestandard __va_copy.
|
2017-11-23 19:18:20 -05:00 |
|
Kalle Olavi Niemitalo
|
cdf2d8181c
|
More missing va_ends.
Somehow, these slipped from commit
af14d00d17 yesterday.
|
2007-09-04 10:26:57 +03:00 |
|
Kalle Olavi Niemitalo
|
801d520ddd
|
Fix compiler errors without HAVE_VARIADIC_MACROS.
|
2007-03-11 12:22:02 +02:00 |
|
Laurent MONIN
|
1d3656a317
|
Pass a pointer to a hash pointer to free_hash() to ensure hash pointer
is NULL on return.
|
2006-05-31 19:33:36 +02:00 |
|
Laurent MONIN
|
54099f5286
|
Do not export init_hash(),strhash() and hash_size() anymore, use a
wrapper named init_hash8() instead.
|
2006-05-31 19:17:01 +02:00 |
|
Miciah Dashiel Butler Masters
|
190259ca22
|
mem_alloc_align: drop the obj type parameter
Instead use the object itself, i.e., replace typeof(obj) with
typeof(**ptr).
|
2006-02-17 17:32:59 +00:00 |
|
Laurent MONIN
|
5860a44b7d
|
Fix compilation under gcc 4.x. Backported from gentoo portage.
|
2006-02-10 21:27:25 +01:00 |
|
Laurent MONIN
|
df065ead80
|
Remove now useless $Id: lines.
|
2005-10-21 09:14:07 +02:00 |
|
Petr Baudis
|
0f6d4310ad
|
Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
|
2005-09-15 15:58:31 +02:00 |
|