]> git.sur5r.net Git - cc65/commit
Changed multi-line C comments into another style. 128/head
authorGreg King <gregdk@users.sf.net>
Mon, 30 Jun 2014 09:10:35 +0000 (05:10 -0400)
committerGreg King <gregdk@users.sf.net>
Mon, 30 Jun 2014 20:51:07 +0000 (16:51 -0400)
commit0390c34e88e9512b81ce35a9ba36d137d1c80c44
tree2d2abb142e5274400fbf8d146affa0ce846a79e7
parent132d57f1ad07585e857d57495cfc4ac90231027e
Changed multi-line C comments into another style.

The left side doesn't look unbalanced.
502 files changed:
include/6502.h
include/_6522.h
include/_6525.h
include/_6526.h
include/_heap.h
include/_vic2.h
include/apple2.h
include/apple2enh.h
include/c128.h
include/cbm.h
include/cbm610.h
include/cbm_filetype.h
include/cc65.h
include/conio.h
include/ctype.h
include/dbg.h
include/dio.h
include/em.h
include/em/em-kernel.h
include/errno.h
include/inttypes.h
include/joystick.h
include/joystick/joy-kernel.h
include/modload.h
include/mouse.h
include/o65.h
include/pen.h
include/pet.h
include/serial.h
include/stdint.h
include/stdlib.h
include/string.h
include/supervision.h
include/sys/utsname.h
include/tgi.h
include/tgi/tgi-vectorfont.h
include/time.h
libsrc/apple2/systime.s
libsrc/atari/exetrailer.s
libsrc/atari/system_check.s
libsrc/atari/systime.s
libsrc/atari/targetutil/w2cas.c
libsrc/atmos/systime.s
libsrc/c128/fast.s
libsrc/c128/systime.s
libsrc/c16/systime.s
libsrc/c64/systime.s
libsrc/cbm/cbm_load.c
libsrc/cbm/cbm_open.s
libsrc/cbm/cbm_read.s
libsrc/cbm/cbm_save.c
libsrc/cbm/dir.h
libsrc/cbm/dir.s
libsrc/cbm/opendir.c
libsrc/cbm/readdir.c
libsrc/cbm/seekdir.c
libsrc/cbm510/systime.s
libsrc/cbm610/systime.s
libsrc/common/_afailed.c
libsrc/common/_file.h
libsrc/common/_hextab.c
libsrc/common/_longminstr.c
libsrc/common/_printf.h
libsrc/common/_scanf.c
libsrc/common/_scanf.h
libsrc/common/abort.c
libsrc/common/bsearch.c
libsrc/common/errno.s
libsrc/common/errormsg.c
libsrc/common/fdopen.c
libsrc/common/fgetc.c
libsrc/common/fgetpos.c
libsrc/common/fgets.c
libsrc/common/fputc.c
libsrc/common/fputs.c
libsrc/common/free.s
libsrc/common/freopen.c
libsrc/common/fscanf.s
libsrc/common/fseek.c
libsrc/common/fsetpos.c
libsrc/common/ftell.c
libsrc/common/getchar.c
libsrc/common/getopt.c
libsrc/common/gets.c
libsrc/common/locale.c
libsrc/common/localtime.c
libsrc/common/malloc.s
libsrc/common/mktime.c
libsrc/common/pmemalign.c
libsrc/common/puts.c
libsrc/common/qsort.c
libsrc/common/realloc.c
libsrc/common/rewind.c
libsrc/common/sleep.c
libsrc/common/sscanf.s
libsrc/common/strqtok.c
libsrc/common/strtok.c
libsrc/common/strtol.c
libsrc/common/strtoul.c
libsrc/common/strxfrm.c
libsrc/common/system.c
libsrc/common/vfscanf.s
libsrc/common/vsscanf.s
libsrc/dbg/dbg.c
libsrc/em/em-kernel.s
libsrc/em/em_commit.s
libsrc/em/em_map.s
libsrc/em/em_use.s
libsrc/geos-common/common/_afailed.c
libsrc/geos-common/common/_poserror.c
libsrc/geos-common/common/abort.c
libsrc/geos-common/common/perror.c
libsrc/geos-common/common/sleep.c
libsrc/geos-common/dlgbox/messagebox.c
libsrc/geos-common/system/systime.c
libsrc/joystick/joy-kernel.s
libsrc/mouse/mouse_buttons.s
libsrc/mouse/mouse_hide.s
libsrc/mouse/mouse_ioctl.s
libsrc/mouse/mouse_move.s
libsrc/mouse/mouse_setbox.s
libsrc/plus4/systime.s
libsrc/serial/ser-kernel.s
libsrc/serial/ser_get.s
libsrc/serial/ser_put.s
libsrc/tgi/tgi-kernel.s
libsrc/tgi/tgi_arc.c
libsrc/tgi/tgi_ellipse.s
libsrc/tgi/tgi_getaspectratio.s
libsrc/tgi/tgi_getdefpalette.s
libsrc/tgi/tgi_geterror.s
libsrc/tgi/tgi_getmaxcolor.s
libsrc/tgi/tgi_getmaxx.s
libsrc/tgi/tgi_getmaxy.s
libsrc/tgi/tgi_getpalette.s
libsrc/tgi/tgi_gettextheight.s
libsrc/tgi/tgi_gettextwidth.s
libsrc/tgi/tgi_install_vectorfont.s
libsrc/tgi/tgi_ioctl.s
libsrc/tgi/tgi_lineto.s
libsrc/tgi/tgi_load_vectorfont.c
libsrc/tgi/tgi_pieslice.c
libsrc/tgi/tgi_setaspectratio.s
libsrc/tgi/tgi_setpalette.s
libsrc/tgi/tgi_settextdir.s
libsrc/tgi/tgi_settextstyle.s
libsrc/tgi/tgi_vectorchar.s
libsrc/zlib/uncompress.c
samples/enumdevdir.c
samples/fire.c
samples/geos/bitmap-demo.c
samples/geos/dialog.c
samples/geos/grphstr.c
samples/geos/inittab.c
samples/geos/menu.c
samples/geos/overlay-demo.c
samples/gunzip65.c
samples/hello.c
samples/mandelbrot.c
samples/multidemo.c
samples/nachtm.c
samples/overlaydemo.c
samples/plasma.c
samples/sieve.c
src/ar65/exports.c
src/ar65/exports.h
src/ar65/fileio.c
src/ar65/library.c
src/ar65/library.h
src/ar65/objdata.c
src/ar65/objdata.h
src/ar65/objfile.c
src/ar65/objfile.h
src/ca65/anonname.c
src/ca65/anonname.h
src/ca65/condasm.c
src/ca65/condasm.h
src/ca65/dbginfo.c
src/ca65/ea65.c
src/ca65/easw16.c
src/ca65/error.c
src/ca65/expr.c
src/ca65/expr.h
src/ca65/feature.c
src/ca65/feature.h
src/ca65/filetab.c
src/ca65/filetab.h
src/ca65/fragment.c
src/ca65/fragment.h
src/ca65/instr.c
src/ca65/instr.h
src/ca65/istack.c
src/ca65/istack.h
src/ca65/lineinfo.c
src/ca65/lineinfo.h
src/ca65/listing.c
src/ca65/macro.c
src/ca65/macro.h
src/ca65/main.c
src/ca65/nexttok.c
src/ca65/nexttok.h
src/ca65/objfile.c
src/ca65/pseudo.c
src/ca65/repeat.c
src/ca65/scanner.c
src/ca65/scanner.h
src/ca65/segment.c
src/ca65/segment.h
src/ca65/sizeof.c
src/ca65/sizeof.h
src/ca65/span.c
src/ca65/span.h
src/ca65/struct.c
src/ca65/studyexpr.c
src/ca65/symbol.c
src/ca65/symbol.h
src/ca65/symentry.c
src/ca65/symentry.h
src/ca65/symtab.c
src/ca65/symtab.h
src/ca65/token.c
src/ca65/token.h
src/ca65/toklist.c
src/ca65/toklist.h
src/ca65/ulabel.c
src/ca65/ulabel.h
src/cc65/anonname.c
src/cc65/anonname.h
src/cc65/asmcode.c
src/cc65/asmcode.h
src/cc65/asmlabel.c
src/cc65/asmlabel.h
src/cc65/asmstmt.c
src/cc65/asmstmt.h
src/cc65/assignment.c
src/cc65/casenode.c
src/cc65/casenode.h
src/cc65/codeent.c
src/cc65/codeent.h
src/cc65/codegen.c
src/cc65/codegen.h
src/cc65/codeinfo.c
src/cc65/codeinfo.h
src/cc65/codelab.c
src/cc65/codelab.h
src/cc65/codeopt.c
src/cc65/codeseg.c
src/cc65/codeseg.h
src/cc65/compile.c
src/cc65/coptadd.c
src/cc65/coptadd.h
src/cc65/coptc02.c
src/cc65/coptcmp.c
src/cc65/coptcmp.h
src/cc65/coptind.c
src/cc65/coptind.h
src/cc65/coptneg.c
src/cc65/coptneg.h
src/cc65/coptptrload.c
src/cc65/coptptrload.h
src/cc65/coptptrstore.c
src/cc65/coptptrstore.h
src/cc65/coptpush.c
src/cc65/coptpush.h
src/cc65/coptshift.c
src/cc65/coptshift.h
src/cc65/coptsize.c
src/cc65/coptsize.h
src/cc65/coptstop.c
src/cc65/coptstore.c
src/cc65/coptstore.h
src/cc65/coptsub.c
src/cc65/coptsub.h
src/cc65/copttest.c
src/cc65/copttest.h
src/cc65/datatype.c
src/cc65/datatype.h
src/cc65/declare.c
src/cc65/declare.h
src/cc65/declattr.c
src/cc65/error.c
src/cc65/error.h
src/cc65/expr.c
src/cc65/expr.h
src/cc65/exprdesc.c
src/cc65/exprdesc.h
src/cc65/function.c
src/cc65/function.h
src/cc65/hexval.c
src/cc65/hexval.h
src/cc65/input.c
src/cc65/input.h
src/cc65/lineinfo.c
src/cc65/lineinfo.h
src/cc65/litpool.c
src/cc65/litpool.h
src/cc65/loadexpr.c
src/cc65/locals.c
src/cc65/locals.h
src/cc65/macrotab.c
src/cc65/macrotab.h
src/cc65/main.c
src/cc65/opcodes.c
src/cc65/opcodes.h
src/cc65/output.c
src/cc65/output.h
src/cc65/pragma.c
src/cc65/preproc.c
src/cc65/reginfo.c
src/cc65/reginfo.h
src/cc65/scanner.c
src/cc65/scanner.h
src/cc65/scanstrbuf.c
src/cc65/scanstrbuf.h
src/cc65/segments.c
src/cc65/shiftexpr.c
src/cc65/standard.c
src/cc65/standard.h
src/cc65/stdfunc.c
src/cc65/stdfunc.h
src/cc65/stmt.c
src/cc65/stmt.h
src/cc65/swstmt.c
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/symtab.c
src/cc65/testexpr.c
src/cc65/testexpr.h
src/cc65/textseg.c
src/cc65/textseg.h
src/cc65/typecmp.c
src/cc65/typeconv.c
src/cc65/typeconv.h
src/cc65/util.c
src/cc65/util.h
src/chrcvt/main.c
src/cl65/main.c
src/co65/convert.c
src/co65/model.c
src/co65/model.h
src/co65/o65.c
src/co65/o65.h
src/common/abend.c
src/common/abend.h
src/common/addrsize.c
src/common/addrsize.h
src/common/alignment.c
src/common/alignment.h
src/common/cddefs.h
src/common/chartype.c
src/common/chartype.h
src/common/check.h
src/common/cmdline.c
src/common/cmdline.h
src/common/coll.c
src/common/coll.h
src/common/cpu.c
src/common/cpu.h
src/common/fileid.c
src/common/fileid.h
src/common/filepos.c
src/common/filepos.h
src/common/filestat.c
src/common/filestat.h
src/common/filetime.c
src/common/filetime.h
src/common/filetype.c
src/common/filetype.h
src/common/fname.c
src/common/fname.h
src/common/fp.c
src/common/fp.h
src/common/gentype.c
src/common/gentype.h
src/common/hashfunc.c
src/common/hashtab.c
src/common/hashtab.h
src/common/hlldbgsym.h
src/common/inttypes.h
src/common/matchpat.c
src/common/matchpat.h
src/common/mmodel.c
src/common/mmodel.h
src/common/searchpath.c
src/common/searchpath.h
src/common/shift.c
src/common/shift.h
src/common/strbuf.c
src/common/strbuf.h
src/common/strpool.c
src/common/strpool.h
src/common/strutil.c
src/common/strutil.h
src/common/target.c
src/common/target.h
src/common/tgttrans.c
src/common/tgttrans.h
src/common/xsprintf.c
src/common/xsprintf.h
src/da65/asminc.c
src/da65/code.c
src/da65/data.c
src/da65/handler.c
src/da65/labels.c
src/da65/labels.h
src/da65/main.c
src/da65/opc6502x.c
src/da65/output.c
src/da65/output.h
src/da65/segment.c
src/dbginfo/dbginfo.c
src/dbginfo/dbginfo.h
src/dbginfo/dbgsh.c
src/ld65/bin.c
src/ld65/cfgexpr.c
src/ld65/cfgexpr.h
src/ld65/condes.c
src/ld65/condes.h
src/ld65/config.c
src/ld65/config.h
src/ld65/dbgfile.c
src/ld65/dbgsyms.c
src/ld65/exports.c
src/ld65/exports.h
src/ld65/expr.c
src/ld65/expr.h
src/ld65/extsyms.c
src/ld65/extsyms.h
src/ld65/fileinfo.c
src/ld65/fileio.c
src/ld65/fileio.h
src/ld65/fragment.c
src/ld65/library.c
src/ld65/library.h
src/ld65/lineinfo.c
src/ld65/lineinfo.h
src/ld65/main.c
src/ld65/mapfile.c
src/ld65/mapfile.h
src/ld65/o65.c
src/ld65/objdata.c
src/ld65/objdata.h
src/ld65/objfile.c
src/ld65/scanner.h
src/ld65/segments.c
src/ld65/segments.h
src/ld65/span.c
src/ld65/span.h
src/ld65/spool.c
src/od65/dump.c
src/od65/fileio.c
src/sim65/6502.c
src/sim65/6502.h
src/sim65/memory.c
src/sim65/memory.h
src/sp65/attr.c
src/sp65/attr.h
src/sp65/bin.c
src/sp65/bitmap.c
src/sp65/bitmap.h
src/sp65/c.c
src/sp65/convert.c
src/sp65/convert.h
src/sp65/geosbitmap.c
src/sp65/geosbitmap.h
src/sp65/geosicon.c
src/sp65/geosicon.h
src/sp65/input.c
src/sp65/input.h
src/sp65/koala.c
src/sp65/koala.h
src/sp65/lynxsprite.c
src/sp65/lynxsprite.h
src/sp65/main.c
src/sp65/output.c
src/sp65/output.h
src/sp65/pcx.c
src/sp65/raw.c
src/sp65/raw.h
src/sp65/vic2sprite.c
src/sp65/vic2sprite.h
testcode/lib/atari/defdev.c
testcode/lib/atari/mem.c
testcode/lib/atari/ostype.c
testcode/lib/atari/sys.c
testcode/lib/clock.c
testcode/lib/cprintf.c
testcode/lib/cursor.c
testcode/lib/deb.c
testcode/lib/em-test.c
testcode/lib/ft.c
testcode/lib/getopt-test.c
testcode/lib/heaptest.c
testcode/lib/mul-test.c
testcode/lib/scanf-test.c
testcode/lib/seek.c
testcode/lib/sprintf-test.c
testcode/lib/strqtok-test.c
testcode/lib/strtol-test.c
testcode/lib/strtoul-test.c
testcode/lib/tinyshell.c
util/zlib/deflater.c