orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
c6887aa999
|
Update compat/zlib.h
|
2017-04-10 23:17:30 +02:00 |
|
twinaphex
|
ef733f0049
|
Update compat/zlib.h
|
2017-03-26 00:24:33 +01:00 |
|
twinaphex
|
91dabc3165
|
Cleanups
|
2017-03-25 23:07:50 +01:00 |
|
twinaphex
|
ed0aefaf6c
|
Update deps/zlib/crc32.c
|
2017-03-25 01:31:04 +01:00 |
|
twinaphex
|
6d49ccf978
|
(zlib) Update adler32
|
2017-03-25 01:26:21 +01:00 |
|
twinaphex
|
8617b9f649
|
Add zconf headers
|
2016-08-12 01:02:19 +02:00 |
|
twinaphex
|
e1d04737cb
|
(OSX PPC) Add line to libretro-common/include/compat/zlib.h
|
2016-05-09 04:51:18 +02:00 |
|
twinaphex
|
2b80e89f13
|
Revert "Move zconf.h to libretro-common/include/compat"
This reverts commit 15c00bc9970d0c350f3b6c19131b219db2b162f6.
|
2015-08-31 19:40:07 +02:00 |
|
twinaphex
|
15c00bc997
|
Move zconf.h to libretro-common/include/compat
|
2015-08-31 18:07:38 +02:00 |
|
twinaphex
|
6edea1d9c7
|
Create compat versions of zlib.h and zutil.h
|
2015-08-28 21:35:09 +02:00 |
|