Displaying 6 results from an estimated 6 matches for "unlzh".
Did you mean:
unizh
2006 Sep 19
0
FreeBSD Security Advisory FreeBSD-SA-06:21.gzip
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/gnu/usr.bin/gzip/gzip.h 1.3.12.1
src/gnu/usr.bin/gzip/inflate.c 1.8.2.2
src/gnu/usr.bin/gzip/unlzh.c 1.5.2.1
src/gnu/usr.bin/gzip/unpack.c 1.6.2.1
RELENG_4_11
src/UPDATING 1.73.2.91.2.23
src/sys/conf/newvers.sh 1.44.2.39.2.26
src/gnu/usr.bin/gz...
2006 Sep 19
0
FreeBSD Security Advisory FreeBSD-SA-06:21.gzip
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/gnu/usr.bin/gzip/gzip.h 1.3.12.1
src/gnu/usr.bin/gzip/inflate.c 1.8.2.2
src/gnu/usr.bin/gzip/unlzh.c 1.5.2.1
src/gnu/usr.bin/gzip/unpack.c 1.6.2.1
RELENG_4_11
src/UPDATING 1.73.2.91.2.23
src/sys/conf/newvers.sh 1.44.2.39.2.26
src/gnu/usr.bin/gz...
2006 Sep 19
0
FreeBSD Security Advisory FreeBSD-SA-06:21.gzip
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/gnu/usr.bin/gzip/gzip.h 1.3.12.1
src/gnu/usr.bin/gzip/inflate.c 1.8.2.2
src/gnu/usr.bin/gzip/unlzh.c 1.5.2.1
src/gnu/usr.bin/gzip/unpack.c 1.6.2.1
RELENG_4_11
src/UPDATING 1.73.2.91.2.23
src/sys/conf/newvers.sh 1.44.2.39.2.26
src/gnu/usr.bin/gz...
2004 May 02
2
[LLVMdev] Testing LLVM on OS X
...lzw.o
-g -O3 lzw.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o spec.o
-g -O3 spec.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
trees.o -g -O3 trees.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
unlzh.o -g -O3 unlzh.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
unlzw.o -g -O3 unlzw.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o
unpack.o -g -O3 unpack.c
/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc -c -o...
2004 Apr 30
0
[LLVMdev] Testing LLVM on OS X
On Fri, 30 Apr 2004, Patrick Flanagan wrote:
> Thanks! Grabbed the latest from CVS and added that linker option to the
> config file. It looks like it compiles and runs the SPEC tests ok now.
Great!
> Just to make sure I understand how LLVM works, got a few clarifications:
>
> 1. The ppc code I'm generating with the -native-cbe is static, correct?
Yes, it's purely static
2004 Apr 30
3
[LLVMdev] Testing LLVM on OS X
>
> There are two problems with this: 1) there is no JIT for PPC yet, so
> LLVM will use the interpreter (which is intolerably slow and has other
> issues). 2) Spec compiles the executables in one place and them moves
> them to another, but it only copies the shell script and not the
> bytecode file, so you get that error message.
>
> The normal solution to this problem