Next | Query returned 27 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2015-08-11 22:11:14 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Update ht to 2.1.0.

version 2.1.0:
        - updated included minilzo
        - new disassembler: Atmel AVR 8-bit microcontroller
        - [x86] SHA instructions
        - Fixed some crashes involving corrupt ELF files
        - More advanced display and handling of PE relocations (thanks Mertens \ 
Engineering)
        - PE checksum calculation (thanks Mertens Engineering)

version 2.0.22:
        - Fixed selection of nodes in call chain
        - Added ability to view/edit 64 bit symbols and relocation for ELFs
          (Thanks tecknicaltom)
        - Added new option "editor/scroll offset" which determines how many
          extra lines the cursor should be visible when scolling
          (Thanks tecknicaltom)
        - Fixed loading of ELF files for alpha
        - Updated address of FSF

version 2.0.21:
        - [x86] AVX2 updates
        - Fixed usage of unaliged pointers (Thanks Jan)
        - Restructed configure/makefile for better handling of
          ncurses depedency (Thanks Jan)

version 2.0.20:
        - Fixed loading of 32 bit ELFs (Thanks Oleg)
        - Use wide ncurses if necessars (Thanks Jan)
        - Show search progress in MiB (Thanks Jan)

version 2.0.19:
        - [x86] fixed a lot of small bugs
        - fixed a crash with the "follow" function on
          invalid addresses in analyser
        - [x86] AVX updates
        - [x86] AVX2 instructions
        - [x86] BMI, BMI2 and TBM instructions
        - fixed loading of ELF files with no section headers
        - [Win32] Fixed loading of files with path length > 100 (thanks Vitaliy)

version 2.0.18:
        - updated c++ demangler
        - [x86] SSE5/XOP/AVX merge
        - symbols "first" and "last" in hex view
        - project manager works again

version 2.0.17:
        - compilation fixes for gcc 4.4
        - fixed crash on garbage in elf section headers

version 2.0.16:
        - [x86] intel avx update
        - updated c++ demangler
        - small crash fix

version 2.0.15:
        - [Win32] removed a debug printf
        - fixed clipboard view
        - fixed ELF symbol viewer
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-03-17 15:22:12 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
USE_NCURSES=# -> USE_NCURSES=yes
   2008-08-27 01:00:01 by Adam Hoka | Files touched by this commit (3) | Package updated
Log message:
Update package and add lzo dependency.

version 2.0.14:
        - [x86] movbe, invept, invvpid
        - [eval] better help
        - [eval] last result (symbol _)
        - [eval] u8, u16 etc. for current byte, word..
        - fixed embarrassing endianess bug

version 2.0.13:
        - [win32] optimize redrawing (reduce flicker)
        - [x86] intel avx, aes and pclmulqdq extension

version 2.0.12:
        - fixed crash with too long lines
        - fixed some cosmetic resizing things in dialogs
          (File-Open, Show-Xrefs)
        - c++-demangler from gcc 4.3

version 2.0.11:
        - [Win32] Save config in home directory
        - fixed crash while changing text highlighting
        - small bug fixes

version 2.0.10:
        - [x86] SSE5 :)

version 2.0.9:
        - [Mach-O] ARM and X86_64 support
        - [Mach-O] support for 64 bit images
        - small bugs fixes

version 2.0.8:
        - Loading Analyser for java class files was broken
        - Fixed some cosmetic resizing bugs
        - Fixed infinite loop in fgetstrz

version 2.0.7:
        - Added a missing #include found by gcc 4.3
        - Fixed minor problems found by gcc 4.3

version 2.0.6:
        - [POSIX] Ignore mouse events
        - Dump analyser output function was broken
        - Fixed a lot of (possible) buffer overflows

version 2.0.5:
        - Editing bytes in image mode was broken under
          subtile circumstances

version 2.0.4:
        - Fixed some 64 bit issues

version 2.0.3:
        - [POSIX] Resize application on SIGWINCH
        - [x86] SSE4.1/SSE4.2
        - [x86] small bug fixes
        - [x86] reduced opcode table bloat
        - Allow different displacements in hex view

version 2.0.2:
        - [IA64] disassembler works again (is anybody using this?)
        - [Java] fixed stupid undefined behaviour bug
        - [Java] use Signature information when available
                 (annotates generic functions etc.)

version 2.0.1:
        - [Java] annotate exception handlers in byte code
        - [Java] some byte code improvements (lookupswitch, tableswitch)
        - Analyser can export HTML files again
        - [PowerPC] added Cell and POWER6 instructions

version 2.0:
        - renamed process.h to htprocess.h because of some stupid
          cygwin build problems
        - fixed some problem with file sizes > 4 GiB

version 2.0beta6:
        - fixed crash when opening read only files in obscure situations
        - [ELF & java] fixed binary search in image view
        - [ELF64] some cosmetic fixes
        - [java] off by one

version 2.0beta5:
        - [Win32] messed up file-saving code

version 2.0beta4:
        - fixed crash in cp-demangle
        - [Win32] Relax CPU

version 2.0beta3:
        - fixed crash in drop-down widget
        - fixed loading of class files
        - fixed generating text output files of analyser
        - implemented automatic window tiling
        - fixed saving of text files

version 2.0beta2:
        - should now really support file sizes > 4 GiB
        - some ncurses wuerg-arounds
        - better handling of ELFs without program headers
        - bug fixes

version 2.0beta:
        - new disassembler: (PE and ELF)
          * x86_64
          * ARM
          * 64 bit PowerPC
          * VMX128 extension for PowerPC
        - x86_64 assembler
        - Allow file sizes > 4 GiB
        - Rewrote a lot

version 0.9.5:
        - [x86] wrong mnemnonics for iret/d/q

version 0.9.4:
        - [x86] Fixed stupid bug in assembler (group insns weren't
        accessible)
        - [x86] Some labels generated by the analyzer were had wrong prefix

version 0.9.3:
        - [x86] added SSSE3 and missing vanderpool/pacifica instructions
        - [x86] andpd had wrong mnemonic
        - [x86] allow alternative mnemonics (like jz vs. je)

version 0.9.2:
        - updated ELF program header types
        - better Mach-O executable sections detection
        - allow ':' key for changing comments in analyser
        - [Win] use unicode output
        - compile with gcc 4.1
        - updated minilzo
        - small bug fixes
   2007-09-29 14:54:13 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed build error.
   2006-05-31 15:02:31 by Roland Illig | Files touched by this commit (1)
Log message:
Needs C++.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-01-20 17:15:54 by Julio M. Merino Vidal | Files touched by this commit (46)
Log message:
Drop maintainership.  I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
   2005-10-23 05:12:45 by Rene Hexel | Files touched by this commit (2)
Log message:
Update ht to 0.9.1.  Changes are bugfixes only.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Next | Query returned 27 messages, browsing 11 to 20 | Previous