2003-06-08 |
Peter Johnson | Display fatal errors as FATAL, and perform other error... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Peter Johnson | Missed a couple instances of yasm__error(0, ...) -... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Peter Johnson | Check for supported architectures (for now, just x86). |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Peter Johnson | Make yasm_fatal() and implementations take a list of... |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Peter Johnson | Use standard basename() function if available. |
commit | commitdiff | tree | snapshot |
2003-06-08 |
Peter Johnson | Simplify preloaded search case by removing any library... |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Peter Johnson | Change module loader interface a bit (use enum instead... |
commit | commitdiff | tree | snapshot |
2003-06-07 |
Peter Johnson | Simplify RCSID() definition. |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Peter Johnson | Be a bit friendlier to those compiling without HAVE_CON... |
commit | commitdiff | tree | snapshot |
2003-06-04 |
Peter Johnson | Only include config.h if HAVE_CONFIG_H is defined. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Peter Johnson | Fix some Doxygen documentation nits. Comment-only... |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Peter Johnson | Document for Doxygen. |
commit | commitdiff | tree | snapshot |
2003-06-02 |
Peter Johnson | Change parameter name for yasm_expr_extract_segment... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Peter Johnson | Add an architecture to support the LC-3b ISA as used... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Peter Johnson | Reformat multi-file lists to use many += lines instead... |
commit | commitdiff | tree | snapshot |
2003-05-31 |
Peter Johnson | Make architecture selectable at the command line. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Peter Johnson | Bring yasm_x86__bc_print() up-to-date with x86_jmp... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Peter Johnson | Rename jmprel->jmp, JMPREL->JMP, JR->JMP, and others... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Peter Johnson | Add basic FAR test for things like jmp 4:5. The test... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Peter Johnson | Add support for FAR call/jmp. Because of the jmp label... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Peter Johnson | Add lindex parameter to yasm_intnum_calc(), and add... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Peter Johnson | Fix crash in "no non-local label before `%s'" warning... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Peter Johnson | Fix crash on Linux due to double-fclose(). The NASM... |
commit | commitdiff | tree | snapshot |
2003-05-10 |
Peter Johnson | Pre-include libyasm/coretype.h to avoid #defining funct... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Peter Johnson | We're licensed under the 2-clause BSD license, not... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Peter Johnson | Revert previous commit: stamp-h.in is now back in the... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Peter Johnson | Simplify brief description. Comment-only change. |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Peter Johnson | Clean up and simplify libyasm.h options and symbol... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Peter Johnson | Don't create a dependency on $(top_builddir)/re2c;... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Change how bytecode and section lists are allocated... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | dmalloc expects never to get a NULL deallocation; nasm... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Make yasm_section_delete() static. It's unsafe to... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Comment for Doxygen documentation generation. Comment... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Watch placement of \internal Doxygen tag. |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Comment for Doxygen documentation generation. Comment... |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Peter Johnson | Comment for Doxygen documentation generation. |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Peter Johnson | Undefine __STRICT__ANSI__ when compiling with gcc ... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Peter Johnson | Don't use "select" as a variable name. Causes warnings... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Peter Johnson | Remove typedefs for uint/uchar/ushort/ulong to avoid... |
commit | commitdiff | tree | snapshot |
2003-05-03 |
Peter Johnson | Install modules into pkglibdir rather than libdir,... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Peter Johnson | Fix crash on the valid NASM preprocessor syntax: |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Michael Urman | Correct typo "keword" in print_list_keyword_desc() |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Peter Johnson | Avoid "unrecognized option `help'" error on "-[fprg... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Michael Urman | Add module listing on "-[fprg] help" so users know... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Michael Urman | Split short and long options when they don't fit in... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Peter Johnson | Disable yapp usage and default to "real" nasm preprocessor. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Peter Johnson | Remove yapp from Mkfiles builds. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Peter Johnson | Add library install directory to ltdl search directory... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Peter Johnson | Rename yasm-module to yasm_module for better libtool... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Michael Urman | Implemented -I and -P command line options frontend... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Peter Johnson | Remove references to yapp source files now that it... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Peter Johnson | Start commenting for Doxygen documentation generation... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Peter Johnson | Flatten arch interface, changing some parse function... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Peter Johnson | For now, remove yapp from the build. It needs rewritin... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Peter Johnson | Protect yasm_bc_new_common() by YASM_INTERNAL ifdef... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Peter Johnson | Move libyasm/file.h out of YASM_INTERNAL only inclusion... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Peter Johnson | Clean up formatting of options[] array (whitespace... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Peter Johnson | Re-license under 2-clause BSD license. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Peter Johnson | Bump copyright year range. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Peter Johnson | Update DJGPP and flat Makefiles and config.h with new... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Peter Johnson | Update DJGPP and flat Makefiles and config.h with new... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Peter Johnson | Use system include instead of local include in vc/yasm... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Peter Johnson | Use system includes instead of local includes. This... |
commit | commitdiff | tree | snapshot |
2003-03-25 |
Peter Johnson | Forgot win32_test.sh in initial win32 objfmt commit. |
commit | commitdiff | tree | snapshot |
2003-03-24 |
Peter Johnson | Add Win32 object format. |
commit | commitdiff | tree | snapshot |
2003-03-24 |
Peter Johnson | Add Win32 object format (untested, but compared against... |
commit | commitdiff | tree | snapshot |
2003-03-24 |
Peter Johnson | De-constify yasm_bytecode parameter to yasm_output_expr... |
commit | commitdiff | tree | snapshot |
2003-03-23 |
Peter Johnson | Use re2c -s instead of re2c -b. -b generates code... |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Peter Johnson | Add some ELF32 support functions. Note: currently... |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Peter Johnson | Handle absolute sections. |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Peter Johnson | Add all_syms parameter to objfmt->output() for debuggin... |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Peter Johnson | Add directive() and yasm_objfmt * parameter to initiali... |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Peter Johnson | Remove -Wtraditional. It's way too noisy in GCC 3.x. |
commit | commitdiff | tree | snapshot |
2003-03-18 |
Peter Johnson | Take out the CXX and GCJ tests; we don't need them... |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Peter Johnson | Add nasm and yapp to the list of allowed preprocessors. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Peter Johnson | Fix header/type reference in comment. |
commit | commitdiff | tree | snapshot |
2003-03-17 |
Peter Johnson | Enable more warnings and perform code cleanups to avoid... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | yasm_vp_new() should take a char *, not a const char *. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Change yasm__conv_unprint to take an int parameter... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Match signedness of loop counters with loop bounds. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Avoid warning by splitting LTDL_SET_PRELOADED_SYMBOLS... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Remove unused yyaccept variables (eliminates warnings... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Include new Visual Studio build files in distribution. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Remove old Visual C++ makefile; new build structure... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Visual Studio 6.0 build files (including generated... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Visual Studio 6.0 build files (including generated... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Don't try to use ltdl if compiling under Visual C+... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | Don't redefine NDEBUG if it's already defined. |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Peter Johnson | yasm_vp_new() should return its newly created structure! |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Update to GNU Libtool 20030216 (from Cygwin) to get... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
cvs2svn | This commit was generated by cvs2svn to compensate... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Initial revision |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Use yasm__mergesort() in expr.c and use correct xmalloc... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | stamp-h.in is now in libyasm/. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Safe to use -no-undefined on all the modules. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Peter Johnson | Make libyasm a "real" library, including installing... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Peter Johnson | Minor cleanups (no functional changes) after src split. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Split src into frontends, libyasm, and modules (forced... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Replace --enable-dev functionality with --enable-mainta... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Peter Johnson | Use AC_HELP_STRING() for custom argument help strings. |
commit | commitdiff | tree | snapshot |
next |